
body
{
   font-family: sans-serif;
}

span.time
{
   font-size: 30px;
   font-weight: bold;
   color: green;
}

p.errors
{
   color: red
}

td.section 
{
   background-color:#999999;
}
td.right
{
   background-color:#DDDDDD;
}

span.deadline 
{
   width: 600px;
   background-color: blue;
   color: white;
   font-weight: bold;
   font-size: 18pt;
}

a
{
text-decoration: none;
}
