BODY { color: black;
       font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
       background-color: white;
       font-size: 8pt;
       background-attachment: fixed; }

TD { font-size: 8pt; }

FORM { margin-bottom: 0px; 
       margin-top: 0px; }

INPUT { font-size: 8pt;
        color: black; 
        font-family: Comic Sans MS, Arial, Helvetica, sans-serif; } 

A:LINK, A:ACTIVE, A:VISITED { color: blue;
                              text-decoration: none; }
A:HOVER { color : red;
          background-color: #6DB7F3; } 


A:LINK.MENU, A:ACTIVE.MENU, A:VISITED.MENU { color: white; 
                                             text-decoration: none; 
                                             font-size: 10pt; 
                                             font-weight: bold; } 
 
A:HOVER.MENU { color: red;
               background-color: darkblue; 
               width: 95%;}

.GREENBUTTON { background-color: lightgreen;
               font-weight: bold; 
               padding-left: 10pt; 
               padding-right: 10pt; } 

.REDBUTTON { background-color: red;
             font-weight: bold;
             color: white; 
             padding-left: 5pt;
             padding-right: 5pt; }

.HIGHLIGHT { background-color: yellow; } 
.BLUEHIGHLIGHT { background-color: #66FFFF; }

.ERROR { font-size: 8pt; 
         font-weight: bold;
         color: red;
         background-color: yellow;
       }  

.COMMENT { font-family: courier; 
           font-style: italic;
         }


.HEADER { font-size: 12pt;
          font-weight: bold;
          color: black; }

.AUTHOR { color: gray; 
          font-size: 8pt; }
