<style> A:hover		{ color : blue; } BODY {
	font-size : smaller;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	font-family : Arial;
	text-align : justify;
	cursor : auto;
	padding : 0px;
} A:link {
	text-decoration: none;
	color: #003300;
	
} A:visited {
	text-decoration: none;
	color: #003300;

} A:active {
	text-decoration: none;
	color: #009900;

} A:hover {
	text-decoration: underline;
	color: #0000DD;
	font-style : normal;

}</style>