.navi {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	font-size: medium;
	background-color: #000000;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
	
}a:hover {
	color: #FF0000;	
}a:active {
	text-decoration: none;

