BODY {
color: #CCCCCC;
background-color: black;
margin: 10px;        
font-size: 9pt;
font-family: Courier New, Lucida Console, Andale Mono, Courier, monospace; 
}

TABLE {
font-size: 9pt;
}

IMG {  
border: 0px; 
}

H2 {
     background-color: #CCCCCC;
     color: black;
     font-size: 12pt;
     font-weight: bold;
     padding: 0px 3px;
  }
  
H3  {
        color: white;
}


.header {
     background-color: #CCCCCC;
     color: black;
     font-size: 12pt;
     font-weight: bold;
     padding: 0px 3px;
  }

TD.block
{
  padding: 0px 25px;
}


          

/* ---------------------  -----------------*/ 

A {
color: white;
/* text-decoration: none; */
font-weight: bold;
}

A:link {
color: white;
}

A:visited {
color: white;
}

A:hover {
background-color: red;
color: black;
}

H3 A:hover {
background-color: white;
color: black;
}

                                 


INPUT { font-size:9pt; }  
SELECT { font-size:9pt; }  
BUTTON { font-size:9pt; }


