﻿A:link
{
    font-size: 12px;
    color: white;
    font-family: Arial;
    text-decoration: none;
}

A:visited
{   font-size: 12px;
    color: white;
    font-family: Arial;
    text-decoration: none; 
}

A:active
{
    font-size: 12px;
    color: white;
    font-family: Arial;
    text-decoration: none;
}

A:hover
{
    font-size: 12px;
    color: #b02926;
    text-decoration: underline;
    background-color: white;
}

BODY
{
    font-size: 14px;
    color: dimgray;
    font-family: Arial;
    text-decoration: none;
}  

.BODY_LINK
{
    font-size: 14px;
    color: #b02926 ! Important;
    font-family: Arial;
    text-decoration: none;
}

.BODY_UC
{
    font-size: 18px !important;
    color: #a9a9a9;
    font-family: Arial;
    text-decoration: none;
}

.H6
{
    font-size: 15px !important;
    color: #000000;
    font-family: Arial;
    text-decoration: bold;
}

.H5
{
    font-size: 16px !important;
    color: #000000;
    font-family: Arial;
    text-decoration: bold;
}

.H4
{
    font-size: 18px !important;
    color: #000000;
    font-family: Arial;
    text-decoration: bold;
}