<!--

body { 
 font-family : Verdana;
 background-color: #000000; 
 color: #CC9751; 
 font-size: 2; 

}

a:link {
 font-family: "Verdana";
 font-size: 12px;
 color:  #CC9751;
 text-decoration: none;
}
a:visited {
 font-family: "Verdana";
 font-size: 12px;
 color:  #CC9751;
 text-decoration: none;
}
a:hover {
 font-family: "Verdana";
 font-size: 12px;
 color:  #BB8945;
 text-decoration: underline;
 cursor: crosshair;
}

h1 {
  font-size: 20px;
  font-family: Verdana;
  font-weight: bold;
  padding: 0.5em 0;
  margin: 0;
  color: #BB8945;
}
-->

</style>