<STYLE type="text/css">

  body
  { margin : 5px }

  body
  { background:#330033 }
 
  p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i,br,body,table
  { font-family : Arial, sans-serif }
  
  hr
  { color : #FFFFAA }

  p,td,body,table
  {	font-size : 10pt;
	color : #FFFFAA }

  h1 { font-size : 18pt ; font-weight : bold ; color : #FFFFFF }
  h2 { font-size : 16pt ; font-weight : bold ; color : #FFFF00 }
  h3 { font-size : 12pt ; font-weight : bold ; color : #FFFFAA }  
  h4 { font-size : 10pt ; font-weight : bold ; color : #FFFF00 }  
  
  A:link,A:visited  
  { text-decoration: none ; font-weight : bold ; color : #FFFF00 }
  
  A:hover,A:visited:hover
  { text-decoration: underline ; font-weight : bold ; color : #FFFFFF }
  
  #nav { 
    text-align: left;
    list-style-type:none;
    padding:0; 
    margin:5px; 
  } 

  #nav li {  
    padding:0; 
    margin:0; 
  } 

  .justified { text-align: justify }
  .tinytext { font-size : 4pt }

  </STYLE>