html, body
{
   font-family: Helvetica, Arial, Tahoma;
        color:#000000;
        background-color: #ffffff;
}

A:hover
{
   color: #ff0000;
   background-color: #ffff99; 
}


A
{
   color: #ff0000;
   text-decoration: none;
}

h2
{
   color: #000000; 
   font-size: 150%; 
   font-weight: bold;
}

h3
{
   color: #000000; 
   font-size: 125%; 
   font-weight: bold;
}

tt
{
   font-size: 125%;
   font-weight: bold;
}

