/* CSS Document */

body {
background-color: #000000;
}
table.menu
{text-align: center;
color: #AFB052;
font-weight: bolder;
table-layout:auto;
border-color: #FFFFFF #333333 #333333 #FFFFFF;
}
a:link {
	color: #AFB052;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AFB052;
}
a:hover {
	text-decoration: underline;
	color: #3E3E1C;
}
a:active {
	text-decoration: none;
	color: #AFB052;
}

