a:link, a:visited {
	font-size: 11px; 
	color: #CC0000; 
	text-decoration: none;
}

a:hover {
	font-size: 11px;
	color: #a5a5a5;
	text-decoration: none;
}

a.menu:link, a.menu:visited {
	font-size: 11px; 
	color: #CC0000; 
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	font-size: 11px;
	color: #a5a5a5; 
	text-decoration: none;
	font-weight: bold;
}

