body
{
        background-color: #000;
	color: #fff;
        font-family: Times New Roman, Times, Serif;
	font-size: 12px;
	margin-left: auto;
        margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
        text-align: center;
}
table
{
    text-align: left;
}
#menu
{
	padding-top: 15px;
	padding-left: 40px;
	background-color: #EBE8E1;
}
#menu ul
{
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#menu li
{
	padding-bottom: 6px;
	font-size: 14pt;
}
#menu li span
{
	font-size: 12pt;
}
#menu a
{
	border: none;
	padding-bottom: 0px;
	color: #74613A;
}
#menu a
{
	text-decoration: none;
}
#menu a:visited
{
	color: #74613A;
	border: none;
}
#menu a:hover
{
	border-bottom: 1px solid #900;
	color: #900;
}

