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