.menunormal {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	font-style: italic;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	font-style: italic;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: 900;
	text-decoration: none;
	color: #FF0000;
	font-style: italic;
	border: 0px none #999999;
	cursor: hand;
}


