body {
	background-color: #b6c8cc;
}
html {overflow-y: scroll;}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 10px;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
        color: #993366;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
}
a:link {
	color: #006666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006666;
}
a:hover {
	text-decoration: none;
	color: #2fa8a8;
}
a:active {
	text-decoration: underline;
}