TABLE {
   font-style : normal; 
   font-weight : bold; 
   font-size : 14px; 
   font-family : times new roman; 
   color : #ff0000; 
}



.HEAD {
   font-style : normal; 
   font-weight : bold ; 
   font-size : 14px; 
   font-family : times new roman; 
   color : #ff0000;
   background-color: #000000;
   border: 1 ridge solid #ff0000;
   padding: 1;
   margin: 5;
}

.CONTENTS {
   font-style : normal; 
   font-size : 14px; 
   font-family : times new roman; 
   color : #ff0000;
   margin: 5;
}


BODY {
   font-style : normal; 
   font-weight : bold; 
   font-size : 14 px; 
   font-family : times new roman; 
   color : #ff0000; 
   text-decoration : none; 
   scrollbar-base-color: #000000;
   scrollbar-shadow-color: #ff0000;
   scrollbar-highlight-color: #000000; 
   scrollbar-3dlight-color: #ff0000; 
   scrollbar-darkshadow-color: #000000;
   scrollbar-track-color: #000000; 
   scrollbar-arrow-color: #ff0000;
}

A:visited {
   font-style : normal; 
   font-weight : bold; 
   font-family : times new roman; 
   color : #ffa500; 
   text-decoration : none; 
}


A:hover {
   font-style : normal; 
   font-weight : bold; 
   font-family : times new roman; 
   color : brown; 
   text-decoration : overline underline;
}


A:active {
   font-style : normal; 
   font-weight : bold; 
   font-family : times new roman; 
   color : #ff0000; 
   text-decoration : none; 
}


A {
   font-style : normal; 
   font-weight : bold; 
   font-family : times new roman; 
   color : #ff0000; 
   text-decoration : none; 
}