body {
 background-color: #000000;
 background-image: "images/sea.jpg";
 background-repeat: repeat y;
 background-position: left;
 background-float: right;
 background-display: block;
 
}

h2 {
 font: 75px,Tempus Sans ITC; 
 color:#330099;
 text-align: center;
}

h3 {
 font: 50px,Tempus Sans ITC; 
 color:#000066;
 text-align: center;
}

h4 {
 font: 18px,Tempus Sans ITC; 
 color:#000066;
 text-align: center;
}

h5 {
 font: 22px,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: none;
 color: #FF0000;
}