﻿body
{
    font-family: Verdana;
    font-size: 13px;
    color: #000000;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Georgia;
    color: #000000;
}

h1
{
    font-size: 17px;
}

h2
{
    font-size: 11px;
    font-weight: bold;
}

a 
{
    color: #000000;
}

a:visited, a:hover 
{
    color: #ff3300;
    text-decoration: none;
}

a:link, a:active
{
    color: #299ad4;
       text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}
