 TextRollover-1 
a:link { color: Black; text-decoration:none}
a:visited { color: Navy; text-decoration:none}
a:hover {
	color: Blue;
	cursor:hand;
	background-color : #FFA500;
}
a:active { color:#0000FF; text-decoration:none}

body {
 font-family: Verdana;
 font-size: medium;
}
td {
 font-family: Arial;
 font-size: smaller;
}
h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-large; font-weight: bold}

