<STYLE TYPE="text/css">
<!-- Colors -->
  body { color: black; background: white; }
  :link { color: black }  /* for unvisited links */
  :visited { color: black } /* for visited links */
  :active { color: black } /* when link is clicked */
  :hover { color: red } /* when mouse is over link */

<!-- Spacing -->
  body { margin-left: 0%; margin-right: 0%; margin-top: 0%; margin-bottom: 0%; }
  h1 { margin-left: -0%;}
  h2,h3,h4,h5,h6 { margin-left: -0%; }

<!-- Fonts -->
  body { font-family: Arial, sans-serif; }
  h1,h2,h3,h4,h5,h6,p,ul { font-family: Arial, "Times New Roman", serif; }
  pre { font-family: monospace; }

<!-- Classes -->
  h2.sampleclass { margin-top: 8em; margin-bottom: 3em; }
  div.box { border: solid; border-width: thin; width: 100% }

<!-- Misc -->
</STYLE>
