p { font-family: Arial, Verdana, Helvetica; }

A:link, A:visited, A:active { text-decoration: underline;
	font-weight: bold; color: darkblue }

A:hover { color:#FF0000;text-transform:none;}

a.high {
	color: #FFFFFF;
}
a.high:hover {
	color: #FF0000;
}
