body { color: #559bbf; font-size: 14px; font-family: arial; }
p { }
td { }
a:link { color: #8ad4df; font-weight: bold; text-decoration: underline; }
a:visited {
	font-weight: bold;
}
a:hover {
	color: #559bbf;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	font-weight: bold;
}
.nav:link {
	color: #224C5A;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;
}
.nav:visited {
	color: #224C5A;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
}
.nav:hover {
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
}
.nav:active {
	color: #224C5A;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
}
h1 {
	line-height: 26px;
	font-size: 22px;
	text-decoration: none;
}
h2 {
	font-size: 14px;
}

