﻿body
{
    background-color: lightsteelblue;
    color: #738091;
    font-family: Tahoma;
    font-size: 10pt;
}

a:visited
{
     color: #918973; 
     text-decoration: none
}
a:link
{
     color: #918973; 
     text-decoration: none
}
a:hover
{
    color: black;
}
