body { 
  background-color: black;
  color : #EE9700 ; /* orange */ 
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Trebuchet MS", Verdana;
}

a {
  color : #EE9700 ; /* orange */ 
  font-family: "Trebuchet MS", Verdana;
}

.NAVIGATION a:hover {
  color:white;
}

/* heading styles */
H1		{ text-align: center }

/* document-specific styles come next */
ADDRESS			{ text-align: right }
P			{ text-align: justify }
