 <STYLE TYPE="text/css">
  H1 { text-align: center;}

  address { color: green; font-size: 30pt;}

  A:ACTIVE { text-decoration: underline; color: olive !important}

  A:VISITED {  text-decoration: none; color: green;}

  A:LINK{color: red text-decoration: overline;}

  BODY {background: url(texture.gif) gray;
        font-family: times;
  }

  .MYCLASS { font-weight: 900;
             font-size: 150pt;
             align: center;
             text-decoration: line-trough;
             letter-spacing: 0.9em;
             text-trancform: lowercase;
  }

  P.INITIAL{ font-size: 200; float: left;
         text-indent: 100pt;
  }     

  P.INITIAL:FIRST-LETTER { font-size: 200; float: left;
  }     

  #UND {text-decoration: underline;
        text-indent: 10pt}

  SPAN {font-variant: small-caps;
         border: groove;
         border-width: 20;
         border-color: url(../pic.gif) olive;
  }

  #border1{
         border: groove;
         border-width: 20;
         border-color: url(texture.gif) gray;
<!-- border-style: groove red;-->
   }

  TABLE.BORDER{
         border: groove;
         border-width: 20;
         border-color: red;
   }

 </STYLE>
