/* CSS Document */

<style type="text/css">

.rollover a { display:block; width:32px; color: #0099ff}
.rollover a:hover {
	color: #000066;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;

}

</style> 