﻿body
{
    font-family: Verdana;
    font-size: 12px;
}

a
{
    font-family: Verdana;
    font-size: 12px;
    color: #0000FF;
    text-decoration:none;
}

a:active
{
    font-family: Verdana;
    font-size: 12px;
    color: #0000FF;
}

a:hover
{
    font-family: Verdana;
    font-size: 12px;
    color: #0000FF;
    text-decoration:underline;
}

a:link
{
    font-family: Verdana;
    font-size: 12px;
    color: #0000FF;
}

a:visited
{
    font-family: Verdana;
    font-size: 12px;
    color: #0000FF;
}

.header_background{
    background-color:#cccccc;
}

.footer
{
    font-family: Verdana;
    font-size: 10px;
    text-align: center;
}