BODY
{
	font-family: Arial, Verdana, sans-serif;
}

H1
{
	color: #CE3236;
	text-align: center;
}

H2
{
	text-align: center;
}

H3
{
	text-align: center;
}

TABLE#teamlist, TABLE#election, TABLE#contacts
{
	font-size: 13px;
	border: 1px solid #666666;
	margin: 5px auto;
}

TABLE#teamlist TH, TABLE#election TH
{
	font-size: 13px;
	border-bottom: 1px solid #666666;
	background-color: #cccccc;
}

TABLE#teamlist TD, TABLE#election TD, TABLE#election TH, TABLE#contacts TD
{
	padding: 3px 8px;
}

TABLE#contacts TD
{
	vertical-align: top;
}

TD.votecount
{
	text-align: center;
	background-color: #eeeeff;
	border-left: 1px solid #666666;
}

TD.elected
{
	color: #009900;
	border-left: 1px solid #666666;
}

TABLE#teamlist TR.odd
{
	background-color: #eeeeff;
}

DIV#content
{
	margin: 5px auto;
}

P
{
	text-align: center;
}

P#copyright
{
	font-size: 11px;
}

UL
{
	margin: 5px auto;
	width: 250px;
}