<style type="text/css">
  body { color: black; background: white; }
  body { margin-left: 10%; margin-right: 10%; }
  :link { color: rgb(0, 0, 153) }  /* for unvisited links */
  :visited { color: rgb(153, 0, 153) } /* for visited links */
  :active { color: rgb(255, 0, 102) } /* when link is clicked */
  :hover { color: rgb(0, 96, 255) } /* when mouse is over link */
  a.plain { text-decoration: none }
</style>
h2.subsection { margin-top: 8em; margin-bottom: 3em; }
body { font-family: Arial, sans-serif; }
h1,h2 { font-family: Arial, sans-serif, serif; }
h1 { color: rgb(255, 0, 102) }
div.box { border: solid; border-width: thin; width: 100% }
div.color { background: rgb(204,204,255); padding: 0.5em; border: none; }
em { font-style: italic; font-weight: bold; }
strong { text-transform: uppercase;  font-weight: bold; }
h1 { font-size: 150%; color: rgb(255, 0, 102) }
h2 { font-size: 125%;  color: rgb(0, 0, 255) }
h3 { font-size: 100%;  color: rgb(0, 200, 255) }
body { font-size: 80%; }












