﻿body
{
    font-size: 14px;
    color: black;
    font-family: Tahoma;
    width: 100%;
    margin: 0;
    background-color: #cccccc;
}

a:link
{
    text-decoration: none;
    font-size: 14px;
    color: #696969;
    font-family: Tahoma;
}

a:visited
{
    text-decoration: none;
    font-size: 14px;
    color: #696969;
    font-family: Tahoma;
}

a:hover
{
    text-decoration: underline;
    font-size: 14px;
    color: #0b0b0b;
    font-family: Tahoma;
}

a:active
{
    text-decoration: none;
    font-size: 14px;
    color: #696969;
    font-family: Tahoma;
}

