<!--
html,body {
	background-color:#000000; padding: 0px; margin: 0px;
	scrollbar-face-color= #666666; 
	scrollbar-arrow-color: #000000; 
	scrollbar-base-color: #000000; 
	scrollbar-3d-light-color: #666666; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-highlight-color: #000000; 
	scrollbar-shadow-color: #000000; 
	scrollbar-track-color: #000000
	}


img {border: solid 3px; border-color: #000000}
:hover img{border: solid 3px; border-color: #663333}

p { color: #FFFFFF; font-family: Arial; font-size: 8pt}
td { color: #FFFFFF; font-family: Arial; font-size: 8pt; font-weight: 200}
th { color: #FFFFFF; font-family: Arial; font-size: 12px; font-weight: bold; font-style: italic}

h1 { color: #FFFFFF; font-family: Arial; font-size: 12pt; font-weight: bold; text-decoration: none}
h2 { color: #FFFFFF; font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration: none}
h3 { color: #FFFFFF; font-family: Arial; font-size: 10pt; font-weight: bold; text-decoration: underline}
h4 { color: #FFFFFF; font-family: Arial; font-size:  8pt; font-weight: normal; text-decoration: underline}
h5 { color: #FFFFFF; font-family: Arial; font-size:  8pt; font-weight: bold; text-decoration: underline}
li { color: #FFFFFF; font-family: Arial; font-size: 8pt}
   
   a {
   	  display:inline;	
   	  color:#FFFFFF;
      background-color:#000000;
      font-size:12px;
      font-family:Arial;
      font-weight:bold;
      text-decoration:none;
      text-align:center;
      margin:0px;
      }

   a:visited {
   	  display:inline;	
   	  color:#FFFFFF;
      background-color:#000000;
      font-size:12px;
      font-family:Arial;
      font-weight:bold;
      text-decoration:none;
      text-align:center;
      margin:0px;
   	  }

   a:hover {
   	  display:inline;	
   	  color:#CC9999;
      background-color:#000000;
      font-size:12px;
      font-family:Arial;
      font-weight:bold;
      text-decoration:none;
      text-align:center;
      margin:0px;
      }
      
   a:active {
   	  display:inline;	
   	  color:#CC9999;
      background-color:#000000;
      font-size:12px;
      font-family:Arial;
      font-weight:bold;
      text-decoration:none;
      text-align:center;
      margin:0px;
   	  }

//-->