a.blue:link {	
	background: transparent;
	text-decoration:  underline;
 	color: #0000ff;
}
a.blue:visited {
 	background: transparent;
	text-decoration:  underline;
 	color: #0000ff;
}
a.blue:hover {
 	background: transparent;
	text-decoration:  underline;
 	color: #000066;
}


a.bottomlinks:link {	
	background: transparent;
	text-decoration:  none;
 	color: #000066;
}
a.bottomlinks:visited {
 	background: transparent;
	text-decoration:  none;
 	color: #000066;
}
a.bottomlinks:hover {
 	background: transparent;
	text-decoration:  underline;
 	color: #0000ff;
}