﻿body
{
    background-color: #f3efef;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.copyright
{
    font-size: 8pt; 
    color: white; 
    font-family: Arial;  
}
.login
{
    font-size: 8pt;
    font-family: Arial;
    color: black;
    text-decoration: none;
}
.login a:hover
{
    color: #CC0000;
    text-decoration: underline;
}

.title1
{
    font-size: 9pt;
    color: white;
    font-family: Arial;
    font-weight: bold;
}
.title2
{
    font-size: 12pt;
    color: #CC0000;
    font-family: Arial;
    font-weight: bold;
}
.title3
{
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
    color: #999966;
}
.content
{
    font-size: 9pt;
    font-family: Arial;
    color: black;
    text-decoration: none;
}

.content a: hover
{
    color: #CC0000;
    text-decoration: underline;
}

.title4
{
    font-size: 12pt;
    font-family: Arial;
    font-weight: bold;
}