body 
{
    font-family: sans-serif;
    background-color: white;
}

table
{
    border-collapse: collapse;
}

table, td th
{
border:1px solid gray;
width: 800px;
}
th
{
    color: white;
    font-weight: bold;
    background-color: #003366;
}

a:link {color:#003366;text-decoration:none;}    /* unvisited link */
a:visited {color:#003399;text-decoration:none;} /* visited link */
a:hover {color:#981414;font-weight:bold;}   /* mouse over link */
a:active {color:#003366;text-decoration:none;}  /* selected link */

