@charset "iso-8859-1";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000033;
}

a:link {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}


table.menul {
	border: 0;
	text-align: left;
	
}	
table.menul a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}
table.menul a:link {
	text-decoration: none;
	color: #FFFF99;
}
table.menul a:visited {
	text-decoration: none;
	color: #FFFF99;
}
table.menul a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
table.menul a:active {
	text-decoration: none;
	color: #FFFFFF;
}
