html {
  margin: 0;
}

body {
  margin: 0;
  background-color: #000000;
  overflow: -moz-scrollbars-vertical; 
  font-family: verdana, tahoma, arial; 
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
 }

div#content {
  width: 700px;
  height: 100%;
  margin: auto;
  border: 2px solid white;
}

td {
  font-size: 12px;
}

.white {
  color: #ffffff;
}

.orange { 
  color: #C34C01; 
}

.footer { 
  color: #dadada; 
  font-size: 10px; 
} 

.subhead { 
  color: #ffffff; 
  font-family: verdana,tahoma,arial; 
  font-size: 14px; 
  font-weight: bold; 
} 

a:link { 
	color: #C34C01;
	text-decoration: none;
	}
a:visited { 
	color: #C34C01;
	text-decoration: none;
	}
a:hover { 
	color: #C34C01;	
	text-decoration: none;
	}
a:active { 
	color: #C34C01;
	text-decoration: none;	
	}
