﻿body
{
    font-family: tahoma;
    color: #1B1B1B;
    font-size: 13px;
    margin:0;
}

a
{
    font-family: tahoma;
    font-size: 14px;
    color: #CC6600;
    text-decoration: none;
}

a:hover
{
    font-family: tahoma;
    font-size: 14px;
    color: #CC6600;
    text-decoration: underline;
}

a:visited
{
    font-family: tahoma;
    font-size: 14px;
    color: #CC6600;
    text-decoration: none;
}

.title
{
    font-family: tahoma;
    color: #1B1B1B;
    font-size: 13px;
    font-weight: bold;
}

