BODY { background: url(banner.jpg) no-repeat -20px -300px #E8E3E9}

H1 { font-size: x-small; 
     font-weight: normal; 
     font-family: Helvetica; 
     text-align: left;
     margin: 0;
     color: gray}

P{ font-size: x-small; 
   font-weight: normal; 
   font-family: Helvetica; 
   text-align: justify; }

P:first-letter { color: gray;
                 font-size: x-large;
                 font-style: oblique }

A:link { font-size: x-small; 
         font-weight: normal; 
         font-family: Helvetica; 
         text-align: left;
         color: green; 
         text-decoration:none }
A:active { font-size: x-small; 
           font-weight: normal; 
           font-family: Helvetica; 
           text-align: left;
           color: blue; 
           text-decoration:none }
A:visited { font-size: x-small; 
            font-weight: normal; 
            font-family: Helvetica; 
            text-align: left;
            color: gray; 
            text-decoration:none }