﻿body
{
    font-family: Tahoma,sans-serif;
    font-size: 10pt;
    color: Navy;
}

H1 
{
    text-align:center;
    font-family : Century Gothic ;
    font-size:xx-large ;
    text-decoration : underline ;
}

a:link
{
    text-decoration:none;
    font-weight:bold ;
    color : Orange;
}

a:visited
{
    text-decoration: none;
    font-weight: bold;
    color: Orange;
}

table.grey
{
    border-color:Gray;
    border-width:thin;
}
table.th.green
{
    background-color:Green;
}
li
{ 
    margin-top:20px; 
}