
BODY     { background:gray; 
           margin-left: 1%;
           margin-right: 5%;
           text: black;
           } 

FONT     { font-family:Helvetica, arial, sans-serif;
           font-size:11pt;
           color:white; 
           }

FONT.smallcap{ font-size: 8pt; 
               color: white;
               }

A:link      { color: white;
              text-decoration: none; 
              } 
A:visited   { color: green; 
              text-decoration: none;
              } 

H1          { font-family:  helvetica, arial, sans-serif ; 
              font-size: 24pt; 
              color: white;
              font-style: bold; 
              } 

H3          { font-size:13pt;
              font-style :bold; 
              color: white;
              }
H2          { font-family:  helvetica, arial, sans-serif ; 
              font-size:16pt;
              font-style :bold; 
              color: red;
              }

H3.italic   { font-size:13pt;
              font-style : italic; 
              color: white;
              font-weight:normal;
              }

BLOCKQUOTE  { background: black; 
              color: white; 
              font-style: italic; 
              font-size: 10pt; 
              } 
 /* Background color isn't inherited, so we repeat it 
 on paras inside block quotes. 
 */ 
 BLOCKQUOTE P   { background: black; } 
 UL             { list-style: disc; } 
 OL             { list-style: disc; }
 LI             {color:white;
                 font-family:Helvetica, arial, sans-serif;
                 font-size: 11pt;}
CAPTION  {
          font-family:Helvetica, arial, sans-serif;
          background: black ;
          font-size: 9pt; 
          color: yellow;

         }