<!DOCTYPE  HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<title>css/stylesheets</title>
</head>
<body>
<style type="text/css">
A:link  {
  color: #fc0;
  text-decoration: none;
  background-color: #030;
  text-align: center;
  font-size:  small;
  }
A:hover {
  color: red;
  background-color: black;    
  }
A:visited {
  color: #a07;
  text-decoration: underline;
  background-color: 000;
  text-align: center;;
 }
A:active {
  color: a07;
  font-weight: small;
  background-color: transparant;
  text-decoration: none;
  }
  #bordered {
     border : transparant ;
     }
   bordered {
     border : transparant ;
     }  
 H1,H2,H3,H4, {
    color: #f9f;
    text-decoration: underline;
    text-align: center;
    background: #000;   
    }
 H5 {
     color: #ada;
     text-decoration: underline;
     text-align: center ;
    }
   H6  {
     color: red;
     text-decoration: underline;
     text-align: center;
     background: blue;     
     }
table  {
     border-collapse : collapse;
     background-color: #transparant;
     border-color: #000;
     }
 &#64;MEDIA-PRINT {
      {font-family: 5pt;}
      }
 &#64;MEDIA-SCREEN {
      {font-family: 100%;}
     }
   BODY  { background-color: #000000;
           background-position: center;
          }
     P  {
      color: #ada;
      background-color: #000;
      font-family: Sans-serif,Verdana,Newtimes Roman,;
      font-size: small;
      }
      p.introduction:first-letter {
      font-size : 150%;
      font-weight : bold;
      font-family: Newtimes Roman;
      float : right;
      width : 1em;
      color : #390;
      }
       p.contruction:first-letter {
      font-size : 125%;
      font-weight : bold;
      font-family: italic;
      float : right;
      width : 1em;
      color : #339;
      }
       p.report:first-letter {
      font-size : 125%;
      font-weight : bold;
      font-family: italic;
      float : right;
      width : 1em;
      color : #f39;
      }
       p.neros:first-letter {
      font-size : 150%;
      font-weight : bold;
      font-family: italic;
      float : right;
      width : 2em;
      color : #3f9;
      }
       p.eplay:first-letter {
      font-size : 120%;
      font-weight : bold;
      font-family: italic;
      float : right;
      width : 1em;
      color : #faf;
      }
      p.data:first-letter {
      font-size : 175%;
      font-weight : bold;
      font-family: italic;
      float : right;
      width : 1em;
      color : #33F;
      }
 </style>
</body>
</html>