body {
	font-family: Arial, Helvetica, sans-serif;
	color: #003333;
	text-decoration: none;
	font-size: medium;
	background-image: url(images/bgrnd.jpg);
}
TextRollover-1 
a,a:link {	
color: #006600;
	text-decoration:none;
	background-image: none;
}
a:visited 
{ 
color: #006600; text-decoration:none;}
a:hover {
color: #008A01;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #F0E0B6;
}
a:active { 
color: #00AA01; text-decoration:none
}
