body
{
    background: #0080BD;
    font-size: small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
}
a:link
{
    color: #cccccc;
    text-decoration: none;
}
a:active
{
    color: #cccccc;
    text-decoration: none;
    background: white;
}
a:visited
{
    color: #cccccc;
    text-decoration: none;
    background: none;
}
a:hover
{
    color: red;
    text-decoration: underline;
}
a:link img
{
    border-style: none;
}
a:visited img
{
    border-style: none;
}
h1
{
    font-size: 30pt;
    font-family: Papyrus, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
h2
{
    font-size: 18pt;
    font-family: Papyrus, Arial, Helvetica, sans-serif;
    font-weight: bold;
}
.myFixed
{
    font-size: 8pt;
}
.myFixedBold
{
    font-size: 8pt;
    font-weight: bold;
}
