body {
	background-color: #006666;
}
a:link {
	color: #009900;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #009900;
}
a:hover {
	text-decoration: none;
	color: #CC3333;
}
a:active {
	text-decoration: underline;
	color: #CC3333;
}
.headred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bolder;
	color: #990000;
}
.headblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #000099;
}
.textmain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
