a:link  {
	font-size: 14px;
	font-family: verdana, Arial;
	font-weight: bold;
	color:red; background:white;
	text-decoration: none;
}
a:visited  {
	font-size: 14px;
	font-family: verdana, Arial;
	font-weight: bold;
        color:#FF0000; background:#FFFFFF;
	text-decoration: none;
}
a:hover {font-size: 14px; font-family: verdana,arial ; font-weight: bold; color:#FFFFFF; background:#FF0000;}

.menu:link {
	font-size: 10px;
	font-family: verdana, Arial;
	font-weight: bold;
	color: #FFFFFF; background:#339966;
	text-decoration: none;
	
}
.menu:visited {
	font-size: 10px;
	font-family: verdana, Arial;
	font-weight: bold;
	color: #FFFFFF; background:#339966;
	text-decoration: none;
	
}
.menu:hover {
	font-size: 10px;
	font-family: verdana, Arial;
	font-weight: bold;
	color: #FF0000; background:#FFFFFF;
	text-decoration: none;
	
}


