
body
{
	background-color: #0066FF;
	color: white;
	font-family: helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
}

a
{
	color: white;
}

td
{
	vertical-align: 'top';
	font-size: 14px;
}

td.head
{
	background-color: white;
	color: #0066FF;
	font-weight: bold;
}

td.odd
{
	background-color: #0004FF;
	font-weight: normal;
}

td.even
{
	background-color: #2E82FF;
	font-weight: normal;
}