
BODY     { background:blue; 
           margin-left: 1%;
           margin-right: 5%;
           text: white
           } 

FONT     { font-family:Helvetica, sans-serif;
           font-size:10pt;
           color:white 
           }

FONT.smallcap{ font-size: 8pt; 
               color: white
               }

A:link      { color: red;
              text-decoration: none 
              } 
A:visited   { color: yellow; 
              text-decoration: none
              } 

H1          { font-family:  helvetica, arial, sans-serif ; 
              font-size: 20pt; 
              font-style: bold 
              } 

H3.italic   { font-size:13pt;
              font-style : italic; 
              font-weight:normal
              }

BLOCKQUOTE  { background: blue; 
              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: blue } 
 UL             { list-style: disc } 

CAPTION  {
          font-family:Helvetica, sans-serif;
          background: blue ;
          font-size: 9pt; 
          color: white;

         }