
body 
{
   /* background-color: #55CCFF;*/
    /*background-color: #55DDFF;*/
    background: #ffffff;
    font-family: Courier New, Sans-Serif;
    font-size:11;
}
H1
{
    font-family:Verdana, Sans-Serif;
    font-size:large;
    
     
}
A:link {color:black}
A:active {color:blue}
A:visited {color:Red}

TD
{
    vertical-align:top;
   font-size:12;
   padding:13 3 3 3;
     
}

#dhtmltooltip{
    position: absolute;
    width: 200px;
    border: 2px solid black;
    padding: 2px;
    background-color: #eeeeee;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
    
    }
    
 

