.menus {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: boldest;
	color:red;
}
.menus a {
	text-decoration: none;
	color: #336699;
}
.menus a:visited {
	text-decoration: none;
	color: #336699;
}
.menus a:hover {
	text-decoration: underline;
	color: #336699;
}
.menus a:active {
	text-decoration: none;
	color: #336699;
}