<!--
P {
text-align: justify;
}
a:link { 
	color: #999999;
	text-decoration: none;
	}
a:visited { 
	color: #999999;
	text-decoration: none;
	}
a:hover { 
	color: #CCCCCC;
	background-color: #000000;
	text-decoration: none;
	}
a:active { 
	color: #999999;
	text-decoration: none;
	}
A {
font-family: arial, helvetica, sans-serif;
}
-->