
body
{
	background-color: #666666;
	font-family: Arial, sans-serif;
	color: #cccccc;
	font-size: 12px;
}

table
{
	margin-top: 20px;

	background-color: #333333;
	color: #cccccc;
	padding: 10px;
}

tr
{
	clrea: both;
}

th
{
	text-transform: uppercase;
	text-align: left;
	padding: 3px 10px 3px 10px;
	border: 1px dashed #cccccc;
}

td
{
	text-align: left;
	padding: 3px 10px 3px 10px;
	border: 1px dashed #cccccc;
}

a
{
	display: block;
	color: #A58E00;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

th a
{
	float: left;
	color: #A58E00;
	text-decoration: none;
}

td a
{
	float: right;
	color: #A58E00;
	text-decoration: none;
}

h1
{
	text-transform: uppercase;
	font-size: 16px;
}