﻿A
{
    color: #eeeeee;
    text-decoration: none;
}
A:hover
{
    color: white;
    text-decoration: underline;
}

A.LinkRed:hover
{
    color: Red;
    text-decoration: underline;
}
A.LinkYellow:hover
{
    color: Yellow;
    text-decoration: underline;
}

A.LinkBlu
{
    color: #007700;
    font-weight: bold;
    text-decoration :underline;
}
A.LinkBlu:hover
{
    color: navy;
    font-weight: bold;
    text-decoration :underline;
}

BODY
{
    background-color :#000000; 
    font-family:Trebuchet MS; 
    font-size:small; 
    color :#dddddd;
    vertical-align:middle;
}
