.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #D4D0C8;
	text-decoration: none;
	font-weight: bold;
}
a.menu:link {
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color:#FFFFFF;
}
a.menu:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color:#CCCCCC;
}
a.menu:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color:#FFFFFF;
	font-family: "Times New Roman", Times, serif;
}
a.menu:hover {
	font-size: 12px;
	font-weight: normal;
	text-decoration:none;
	color:#999999;
}
