A  
   {
    color : silver;
    text-decoration : none;
    font-style : normal; 
    font-family : georgia, times new roman; 
    font-size : 16pt; 
    font-weight : normal
   }

A:Visited  
   {
    color : silver;
    text-decoration : none;
    font-style : normal; 
    font-family : georgia, times new roman; 
    font-size : 16pt; 
    font-weight : normal
   }

A:Active  
   {
    color : #fdfdd1;
    text-decoration : none;
    font-style : normal; 
    font-family : georgia, times new roman; 
    font-size : 16pt; 
    font-weight : bold
   }

A:Hover  
   {
    color : white;
    text-decoration : none;
    font-style : normal; 
    font-family : georgia, times new roman; 
    font-size : 16pt; 
    font-weight : bold
   }

div.activ  
   {
    color : #fdfdd1;
    text-decoration : none;
    font-style : normal; 
    font-family : georgia, times new roman; 
    font-size : 16pt; 
    font-weight : bold
   }

BODY  
   {
    bgcolor : #ffffff;
    text : #ffffff;
    font-size : 14pt;
    font-family : arial;
    font-weight : normal;
    font-style : normal;
    color : #FFFFFF;
    list-style : none;
   }

P  
   {
    color : #aaaaaa;
    font-size : 16pt;
    font-family : georgia,times;
    font-weight : normal;
    font-style : normal;

   }

P.txt
   {
    text-indent: 3em;
    text-align: justify;
    text-justify: auto;
   }

PRE  
   {
    color : #eeeeee;
    font-size : 18pt;
    font-family : courier;
    font-weight : normal;
    font-style  : normal;
    line-height: 0.95em
   }

TD  
   {
    color : #EEEEEE;
    font-size : 14pt;
    font-family : Times;
    font-weight : normal;
    font-style : normal;
   }

TD.hd

   {
    color : #EEEEEE;
    font-size : 18pt;
    font-family : Times;
    font-weight : bold;
    font-style : normal;
    text-decoration: underline;
    letter-spacing: 0.03em
   }

TD.opr

   {
    color : #000000;
    font-size : 8pt;
    font-family : "Arial";
    font-weight : normal;
    font-style : normal;
   }

H1   
   {
    color : #eeeeee;
    font-size : 25pt;
    font-family : arial;
    font-weight : bold;
    text-decoration: underline;
    letter-spacing: 0.3em
   }  

