TD {
   font-size : small; 
   font-family : Arial, sans-serif; 
   color : Black; 
   
   text-align : left; 
   border-width : 0; 
   border-style : none; 
   border-color : inherit;
   list-style : circle;
   list-style-type : circle;

   

}


HR {
   color : gray; 
   background : white; 
   height : 1pt; 
}


H4 {
   font-variant : small-caps; 
   font-weight : bold; 
   font-size : medium; 
   color : #7fffd4; 
   background-color : white; 
   border-width : 0; 
   border-style : none; 
   border-color : inherit; 
}


H3 {
   font-size : 13pt; 
   color : #5f9ea0; 
   background-color : white; 
   border-width : 0; 
   border-style : none; 
   border-color : inherit; 
}


H2 {
   font-size : 14pt; 
   color : teal; 
   background-color : white; 
   border-width : 0; 
   border-style : none; 
   border-color : inherit; 
}


BODY {
   font-style : normal; 
   font-size : smaller; 
   font-family : Arial, sans-serif; 
   color : Black; 
   background : white; 
   text-align : left; 
   border-width : 0; 
   border-style : none; 
   border-color : inherit; 
   list-style : lower-alpha; 
}


A:hover {
   color : Blue; 
   background : transparent; 
   text-decoration : underline; 
}


A {
   color : #8B0000; 
   background-color : transparent; 
   text-decoration : none; 
   border-width : 0; 
   border-style : none; 
   border-color : inherit; 
}
A:Visited{ color: #4682B4;  background-color :  transparent;  }


