body {
 background-color: #000000;
 background-image: ;
 background-repeat: repeat;
 background-position: left;
 background-float: right;
 background-display: block;
 
}

h1 {
  font: 75px,Tempus Sans ITC; 
 color:#000066;
 text-align: center;
}

}

h2 {
  font: 15px,Tempus Sans ITC; 
 color:#000066;
 text-align: center;
}

ul {
 font: 22px,Tempus Sans ITC;
 margin-left:  130px;
 list-style: none;
 width: 1000px;
 background: #000066;
}

ul li {
 float: left;
}

ul a {
 display: block;
 padding: 0 2em;
 line-height: 2.1em
 text-decoration: ;
 color: #FF0000;
}