<style type="text/css">
  body
  {
	color: black;
       	background: white;
       	margin-left: 10%;
       	margin-right: 10%;
       	font-family: Verdana, sans-serif;
  }
 
 div.content 
  {
	color: #99CCFF;
       	background: white;
       	margin-left: 10%;
       	margin-right: 10%;
       	font-family: Verdana, sans-serif;
  }
   
  h1
  {
	 color: #3399ff; 
	 margin-left: -8%;
	 font-family: Impact, "Times New Roman", serif;
  }
 
  h2,h3,h4,h5,h6
  {
	 margin-left: -4%;
	 font-family: Impact, "Times New Roman", serif;
  }
  
  h2.menuitem
  {
	 margin-top: 2em;
	 margin-left: 1em;
	 line-height: 4pt;
	 font-family: Impact, "Times New Roman", serif;
  }

  h2.subsection
  {
	 margin-top: 8em;
	 margin-bottom: 3em;
  }
  
  p
  {
         color: #3300cc;
	 /* text-indent: 2em; */
	 /* margin-top: 2em; */
	 /* margin-bottom: 2em; */
  }
  
  p.confirm
  {
         color: #FF0000;
	 text-indent: 2em;
	 font-family: Impact, "Times New Roman", serif;
       	 font-weight: bold;
	 /* margin-top: 2em; */
	 /* margin-bottom: 2em; */
  }
 
  em
  {
	 font-style: italic;
	 font-weight: bold;
  }
  
  strong
  { 
	 text-transform: uppercase;
       	 font-weight: bold;
  }
  
  h1 { font-size: 200%; }
  h2 { font-size: 150%; }
  h3 { font-size: 100%; }
  
  pre { font-family: monospace; }
  
  :link { color: #3399FF }  /* for unvisited links */
  :visited { color: #FF0000 } /* for visited links */
  :hover { color: #C0C0C0 } /* when mouse is over link */
  :active { color: #FFFFFF } /* when link is clicked */
  
  a.plain { text-decoration: none }

  img.right { float: right }
  img.left { float: left }

  table.display
  {
	  border-style: outset;
	  text-align: center;
  }

  table.space
  {
	  align: center;
	  border: 0;
	  cellpadding: 0;
	  cellspacing: 0;
  {
  
</style>
