﻿a
{
    color: #666699;
    text-decoration: none;
}
a:hover
{
    color: white;
    text-decoration: underline;
}
body
{
    background-color: #000000;
    color: White;
    font-size: 10pt;
}
.header
{
    color: #666699;
    font-weight: bold;
}
.uppercase
{
    text-transform: uppercase;
}
