body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}

p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #666666;
}

h1 {
font-family: Times New Roman, serif;
font-size: 150%;
font-weight: 700;
color: #000066;
}

.redtext {
color: #CC0000;
}

a {
	color: #009900;
}
a:link {
	color: #CC0000;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #CC0000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background-color: #D7E5F2;
}
a:active {
	text-decoration: none;
}

