body { color: #000000;
       background-color: #F5F5F5;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 12px;
       SCROLLBAR-BASE-COLOR: #F5F5F5; 
       SCROLLBAR-ARROW-COLOR: #F5F5F5; 
       SCROLLBAR-3DLIGHT-COLOR: #6A5ACD;
       SCROLLBAR-HIGHLIGHT-COLOR: #6A5ACD;
       SCROLLBAR-SHADOW-COLOR: #000000;
       SCROLLBAR-DARKSHADOW-COLOR: #000000;
       SCROLLBAR-FACE-COLOR: #6A5ACD;
       SCROLLBAR-TRACK-COLOR: #F5F5F5;
     }

.subbutton { font-family: Verdana, Arial, Helvetica, sans-serif;
             font-size: 12px;
             font-weight: bold;
             text-decoration: none;
             background-color: #ccccff;
             background-image: url(button-img.jpg);
             color: #000099; 
             width: 200px;  
             height: 28px;   
             border: #000000;
             border-style: solid;
             border-top-width:    1px;
             border-right-width:  1px;
             border-bottom-width: 1px;
             border-left-width:   1px   }

table.button { border: 1px solid #000000;
               background-color: #6A5ACD;}
   tr.button { bordercolor: 2px solid #6A5ACD;}
   td.button { background-image: url('button-img.jpg');
               font-size: 12px; }

td { font-size: 12px; }

a:link { color: #000080;
         font-weight: bold;
         text-decoration: none; }  
         
a:visited { color: #000080;
            font-weight: bold;
            text-decoration: none; }   

a:hover   { color: #FF0000;
            font-weight: bold;
            text-decoration: none; }

a.ret:link { color: #000080;
         font-weight: bold;
	   font-size: 15px;
         text-decoration: none; }  

a.ret:visited { color: #000080;
         font-weight: bold;
	   font-size: 15px;
         text-decoration: none; }  

a.ret:hover { color: #FF0000;
         font-weight: bold;
	   font-size: 15px;
         text-decoration: none; } 
