body{
	font-family:verdana, helvetica;
	font-size:11px;
	font-style: normal;
	font-weight: normal;
	font-color=#333333
	}

.maintext
{
	font-family:verdana, helvetica;
	font-size:11px;
	font-color=#333333
}

a:link { color: #003366 } // makes links black
a:active { color: #006699 } // makes active links another color
a:visited { color: #003366} // makes visited links white
a:hover { color: #65A6DC} // makes links another color on hover

