<!--
  a     { color:#FFC800;
  	  background-color:#0000CC;
          font-family:sans-serif;
          font-weight:bold;
          font-size:12pt; }
  body  { color:#FFFF00;
          background-color:#0000CC; }
  h1    { color:#FFC800;
    	  background-color:#0000CC;
          font-family:sans-serif;
          font-weight:bold;
          font-style:italic;
          font-size:24pt; }
  h2    { color:#FFC800;
    	  background-color:#0000CC;
          font-family:sans-serif;
          font-weight:bold;
          font-size:12pt;
          text-align:left; }
  p     { color:#FFFF00;
      	  background-color:#0000CC;
          font-family:sans-serif;
          font-weight:bold;
          font-size:12pt; }
  p i   { color:#FFC800; 
      	  background-color:#0000CC; }
  ul,ol,li { color:#FFFF00;
      	  background-color:#0000CC;
          font-family:sans-serif;
          font-weight:bold;
          font-size:12pt; }
  hr    { width:100%;
          height: 3px;
          color:#FFFF00;
          background-color:#0000CC; }
-->