body
   {
      background: white;
      color: black;
      font-family: "sans-serif";
      font-size: 12pt;
      text-align: left
   }
h1
   {
      font-size: 36pt;
      color: blue
   }
h2
   {
      font-size: 24pt;
      color: blue
   }
h3
   {
      font-size: 18pt;
      color: blue
   }

h4
   {
      font-size: 14pt;
   }

h5
   {
      font-size: 12pt;
   }
img
   {
      border-width: 0;
   }
a:link
   {
      color: blue;
   }
a:visited
   {
      color: purple;
   }
a:active
   {
      color: red;
   }

