body {
  color: white;
  background-color: black;
  font-family: "Arial,Gothic,Osaka";
  font-size: "12px";
}
div.titlefig {
  color: white;
  background-color: black;
  font-family: "Verdana,Arial,Gothic,Osaka";
  font-size: "54px";
  line-height: 70%;
}
div.title {
  color: white;
  background-color: black;
  font-family: "Arial,Gothic,Osaka";
  font-size: "36px";
  font-weight: bold;
 }
table.title {
  color: white;
  background-color: black;
  font-family: "Verdana,Arial,Gothic,Osaka";
  font-size: "54px";
  line-height: 65%;
  margin: 0;
  padding: 0;
 }
A { 
  text-decoration: none; 
  color: "white";
}
A:hover { 
color: orange; 
}
div.orange {
  font-family: "Arial,Gothic,Osaka";
  color: "orange";
}
div.orange a { 
  text-decoration: none; 
  color: "orange";
}
div.orange a:hover { 
  text-decoration: none; 
  color: "black";
  background-color: "orange";
}
div.sep {
  font-family: "Arial,Gothic,Osaka";
  line-height: 65%;
}
