a:link
{
    color: darkorange; text-decoration: none;
}
a:visited
{
    color: darkorange; text-decoration: none;
}
a:active
{
    color: darkorange; text-decoration: none;
}
a:hover
{
    color: red; text-decoration: none;
}
body
{
    font-family: Arial;
    background-color: white;
    color: darkblue;
    font-size: 10pt;
}
td
{
    font-family: Arial;
    background-color: white;
    color: darkblue;
    font-size: 10pt;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Arial;
    font-color: darkblue;
    text-align: center;
}
h1
{
    font-size: 18pt;
}
h2
{
    font-size: 16pt;
}
h3
{
    font-size: 14pt;
}
h4
{
    font-size: 12pt;
}
h5
{
    font-size: 10pt;
}
h6
{
    font-size: 8pt;
}
