TABLE {
   font-style : normal; 
   font-weight : normal; 
   font-size : 8pt ; 
   font-family : tahoma ; 
   color : white ; 
}



.HEAD {
   font-style : normal; 
   font-weight : bold ; 
   font-size : 8pt; 
   font-family : tahoma; 
   color :white ;
   background-color: black;
   border: 1px solid white;
   padding: 1;
   margin: 5
}

.CONTENTS {
   font-style : normal; 
   font-size : 8pt; 
   font-family : tahoma ; 
   color : white;
   margin: 5;
}


BODY {
   font-style : normal; 
   font-weight : normal; 
   font-size : 8 pt; 
   font-family : tahoma; 
   color : white ; 
   text-decoration : none; 
   scrollbar-base-color: white;
   scrollbar-shadow-color: black;
   scrollbar-highlight-color:black; 
   scrollbar-3dlight-color:white; 
   scrollbar-darkshadow-color: black;
   scrollbar-track-color: black; 
   scrollbar-arrow-color: white;
   cursor: move 
}

A:visited {
   font-style : normal; 
   font-weight : bold; 
   font-family :tahoma; 
   color : pink ; 
   text-decoration : bold; 
}


A:hover {
   font-style : normal;
   font-weight : bold;
   font-family :tahoma; 
   color : white ; 
   text-decoration : underline-overline; cursor : se-resize ;
  }


A:active {
   font-style : normal; 
   font-weight : bold; 
   font-family : verdana; 
   color : white; 
   text-decoration : none; 
}


A {
   font-style : normal; 
   font-weight : bold; 
   font-family : tahoma; 
   color :white ; 
   text-decoration : none; 
}