TABLE {
   font-style : normal;
   font-weight : normal;
   font-size : 14px;
   font-family : times new roman;
   color : #f0ff00;
}



.HEAD {
   font-style : normal;
   font-weight : bold ;
   font-size : 15px;
   font-family : times new roman, arial;
   color : #f0ff00;
   background-color : #000000;
   border : 1 ridge solid #ffffff;
   padding : 1;
   margin : 5;

}


.CONTENTS {
   font-style : normal;
   font-size : 12px;
   font-family : times new roman;
   color : #f0ff00;
   margin : 5;

}


BODY {
   font-style : normal;
   font-weight : normal;
   font-size : 15px;
   font-family : times new roman;
   color : #f0ff00;
   text-decoration : none;
   scrollbar-base-color: #000000;
   scrollbar-shadow-color: gold;
   scrollbar-highlight-color: gold; 
   scrollbar-3dlight-color: #000000; 
   scrollbar-darkshadow-color: #000000;
   scrollbar-track-color: #000000; 
   scrollbar-arrow-color: #f0ff00;
   
}

A:hover {
    font-style : normal;
    font-weight : bold;
    font-family : times new roman;
    color : brown;
    text-decoration : 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; 
}
   
    