﻿body 
{
    background-image: url("graphics/back.gif");
    font-family: Verdana,Arial,Sans-Serif;
    font-size: small;
    color: Black;
    padding:0px;
    margin:0px;
    }
    
.link
{
    font-size: small;
    color: Red;
    text-decoration: None; 
}
A.link:hover
{
    color: Red;
    text-decoration: Underline; 
}

.menu
{
    font-size: small;
    color: White;
    font-weight: bold;
    text-decoration: None; 
}
A.menu:hover
{
    color: Red;
    text-decoration: None; 
}

.headertext
{
    font-size: medium;
    color: Red;
    font-weight: bold;
}