body
{
 font-family: "Trebuchet MS", "Verdana", sans-serif;
 background-image: url("/images/background.png");
 background-repeat: repeat-x;
}

div.header
{
 background-image: url(/images/crest.png);
 background-repeat: no-repeat;
 height: 160px;
 padding-left: 350px;
 border-bottom: thin solid #c03;
}

div.main
{
 padding: 2em;
 border-bottom: thin solid #c03;
}

h1
{
 padding-top: 50px;
}

h3
{
 margin-top: -1em;
 padding-left: 1em;
 color: #999;
 font-style: italic;
}

table
{
 border-collapse: collapse;
}

li, th, td
{
 padding: 0.2em;
}

th
{
 border-top: thin solid black;
 border-bottom: thin solid black;
 background-color: #c40;
 color: #fff;
}

tr.even
{
 background-color: #eee;
}

th, td
{
 margin: 0;
}

span.updated
{
 color: red;
}

tr.winner td
{
 font-weight: bold;
}

