ul,body, table {
         cursor: crosshair;
         font-family: Tahoma,Verdana;
         font-size: 11px;
         color: #3399FF;
         scrollbar-3dlight-color: #D0ECF8;
         scrollbar-arrow-color: #D0ECF8;
         scrollbar-base-color: #D0ECF8;
         scrollbar-darkshadow-color: #D0ECF8;
         scrollbar-face-color: #D0ECF8;
         scrollbar-highlight-color: #D0ECF8;
         scrollbar-shadow-color: #D0ECF8;
         scrollbar-track-color: #FFFFFF;
}

h1 { font-famliy: Tahoma;
     font-size: 11px;
     color: #FFFFFF;
     background: url(h1.jpg);
     text-align: center;
     letter-spacing: 2px;
     text-transform: uppercase;

}

a:link  {color: #61ADC6; text-decoration: none; text-transform: uppercase; cursor: help;}
a:visited {color:#61ADC6; text-decoration: none; cursor: help; text-transform: uppercase;}
a:hover {color: #ffffff;
        background:#8DD7F0;
        cursor: crosshair;}
