﻿a, a:visited, a:link
{
    text-decoration: none;
    color: #818789;
}

a:hover
{
    text-decoration: underline;
    color: #818789;
}
body
{
    font-family: Arial;
    font-size: 11px;
}

