.bodytext {
	font-family: "Lucida Sans", "Lucida Console", Arial, sans-serif;
	color: #333333;

}
a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;



}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #9999CC;
	text-decoration: underline;
}

