body {
	background: black;
	margin: 0;
	color: black;
}

a:link {
	font-family: "Trebuchet MS", "Tw Cen MT", Verdana;
	font-size: 100%;
	color: #D93F32;
	text-decoration: none;
}

a:visited {
	font-family: "Trebuchet MS", "Tw Cen MT", Verdana;
	font-size: 100%;
	color: #000000;
}

a:hover {
	font-family: "Trebuchet MS", "Tw Cen MT", Verdana;
	font-size: 100%;
	color: #990000;
}

td#menu {
	color: #666666;
	background: #CCCC99;
	border-bottom: 4px solid #FFFFCC;
	font-size: 60%;
	font-weight: bold;
	text-transform: uppercase;
	font-family: sans-serif, arial, tahoma;
	text-align: center;
	height: 21px;
}

td#menu a:link, a:visited {
	color: #666666;
	text-decoration: none;
	padding: 0px 5px 1px 4px;
}

td#menu a:hover {
	color: #D93F32;
	background: #FFFFCC;
	border-bottom: 1px solid #FFFFCC;
}

a.current:link, a.current:visited, a.current:hover {
	color: #D93F32;
	background: #FFFFCC;
	border-bottom: 1px solid #FFFFCC;
}