.littlelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #333333;
}
a {
	color:  #003399;
	text-decoration: underline;
	}
a:visited {
	color:  #003399;
	text-decoration: underline;
	}
a:active {
	color:  #CC3333;
	}
a:hover {
	color: #CC0000;
	text-decoration: none;
	background-color: #FFFFCC;
	}
