
@import url(http://fonts.googleapis.com/css?family=Gentium+Basic);

body
{
font-family: 'Gentium Basic', serif;
}

h1
{
font-weight: normal;
}

table
{
border-collapse:collapse;
}

td
{
paddding:4px;
}

th
{
background-color:tan;
}

table, th, td
{
border:1px solid black;
}

div.error
{
color:red;
}


