H1 
 {
  color: silver; 
  font-size:xx-large; 
  font-family:Courier New
 } 

H2
{
  color: silver;
  font-size:x-large;
  font-family:Courier New
}

H3
{
  color: silver;
  font-size:large;
  font-family:Courier New
}

A
 {
  color: red;
  font-family:Courier New
 }

Body
 {
  color: silver;
  font-family: Courier New;
  background:black
 }

Div.Links   
 {
  padding:.5em;
  border-style: none;
  border-right-style: dotted;
  border-right-width: 1px;
  border-right-color: silver;
  width:125px;
  Float:left;
  margin-left: .5em;
  margin-top: 0em;
  margin-right: 2em;
  margin-bottom: 0em
 }