#content {

  width: 800px ;
  margin-left: auto ;
  margin-right: auto ;
}

#footer {
  width: 800px ;
  margin-left: auto ;
  margin-right: auto ;
  text-align: center;
}

body {	
  text-align:center;
  margin:0px auto;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #fff;
  font-family: sans-serif;
} 

.style1 {
  text-align: center;
}

.style2 {
  vertical-align: text-top;
}
.style3 {
  margin:0px auto;
  text-align:left;
}

h1 {
  font-size: 36px;
  color: orange;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 0px;
} 

h2 {
  font-size: 18px;
  color: orange;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 0px;
  text-align: center;

} 

.style4 {
  border-width: 0px;
}

.style5 {
  text-align: right;
}

.style6 {
  color: #FFA500;
  font-weight: bold;
}

