body{
    background-color: #6495ED;
    font-family: "Trebuchet MS",helvetica,sans-serif;
    font-size: 95%;
    color: #8B0000;
    }
a   {
    text-decoration: underline;
    font-weight: bold;
    color: #FFFF00;
    }
a:hover 
    {
    text-decoration: underline;
    font-weight: bold; 
    color: #FFFF00;
    background-color: #9ACD32;
    }
a:visited 
    {
    text-decoration: none;
    }
h1,h2,h3,h4,h5,h6 
    {
    line-height: 10px;
    }
h1  {
    font-size: 20px;
    }
h2  {
    font-size: 18px;
    }
h3  {
    font-size: 16px;
    }
h4  {
    font-size: 14px;
    }
h5  {
    font-size: 12px;
    }
h6  {
    font-size: 10px;
    }


