BODY  {
	background-color : black;
	font-family : Verdana,Arial,Helvetica,sans-serif;
	margin-top : 0;
}

.menu  {
	font-size : 70%;
	font-weight : bold;
	text-align : center;
}

h1  {
	font-weight : bold;
	font-size : 120%;
	text-align : center;
	color : #BC9238;
}

TABLE {
	width: 100%;
}
TH  {
text-align: left;
	vertical-align : top;
	color : #BC9238;
	text-align: left;
}
TR	{
width: 100%;	
}

TD  {
	font-size : 80%;
	vertical-align : top;
	color : #BC9238;
}

TD.details  {
	font-size : 80%;
	vertical-align : top;
	color : #ffcc99;
}

TD.comment  {
	font-size : 75%;
	vertical-align : top;
	color : #C0C0C0;
}

a:link  {
	color : #FF8000;
	text-decoration : underline;
}

a:visited  {
	color : #AA5600;
	text-decoration : underline;
}

A:hover  {
	color : red;
	text-decoration : underline;
}

a:active  {
	color : #FF8000;
	text-decoration : underline;
}

