     /* Dateiname: test.css */

H1,H2,H3 {
      font-family:Times New Roman, VERDANA,ARIAL,HELVETICA;
}

P {
font-family: Arial;
  font-size: 10pt;
  line-height: 12pt;
}

H1 {
   color:#1A0E08;
   font-size: 16pt;
   line-height: 16pt;
   letter-spacing: 0.4em;
      }
      H2 {
   color:#0000FF;
   font-size: 14pt;
   line-height: 16pt;
   letter-spacing: 0.4em;
      }

   body {
    color: #1A1508;
    background: #FBF9FD;
   }
 table {
  font-size: 10pt larger border: "2";
  font color="#FFFFFF"
 }
ul {
font-family: Arial;
  font-size: 10pt;
  line-height: 12pt;
  }

  In HTML Doc einfügen
 <link rel="stylesheet" type="text/css" href="test.css">