#header {
position: absolute;
top: 10px;
left: 420px;
bgcolor: rgb(0,0,153);
font-family: arial, sans-serif;
color: #ffffff }

#pictures {
position: absolute;
top: 70px;
left: 280px;
text-align: center;
bgcolor: rgb(0,0,153) }

#navbar {
position: absolute;
font-family: arial, sans-serif;
color: #ffffff;
bgcolor: rgb(0,0,153) }

#headtwo {
position: absolute;
top: 180px;
left: 230px;
width: 800px;
text-align: center;
font-weight: bold;
bgcolor: rgb(0,0,153);
font-family: arial, sans-serif;
color: #ffffff }

#text {
position: absolute;
top: 230px;
left: 230px;
width: 800px;
line-height: 1.5em;
text-align: left;
font-weight: bold;
bgcolor: rgb(0,0,153);
font-family: arial, sans-serif;
color: #ffffff }

body {
    background: rgb(0,0,153);
    color: #ffffff;
    font-family: arial, sans-serif;
    width: 800px;
    }

ul.navbar {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 3em;
left: 20px;    
width: 11em }
ul.navbar {     
    background: rgb(0,0,153);
    color: #ffffff;
line-height: 1.3em;
    margin: 0.5em 0;
    padding: 0em }
  ul.navbar a {
    text-decoration: none;
    color: #ffffff }
  a:link, a:visited {
    color: #ffffff }
