﻿body 
{
    margin: 0px;
    background-color: #800000;
    font-family: Trebuchet MS, Arial, Sans-Serif;
    color: #FFFFFF;
}
a:link
{
    color: #FFFFFF;
    text-decoration: underline;
}
a:visited
{
    color: Silver;
}
a:hover
{
    color: Yellow;
    text-decoration: none;
    cursor: hand;
}
