@charset "ISO-8859-1";

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
a.menu:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}
a.menu:hover {
	color: #FF9900;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}
a.menu:active {
	color: #CC0000;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}
