body {
padding-left:11em;
font-family:Georgia, "Times New Roman", Times, serif;
color:gray;
background-color:#000;
}

ul.navbar {
list-style-type:none;
position:absolute;
top:2em;
left:1em;
width:8em;
margin:0;
padding:0;
}

ul.navbar li {
background:blue;
border-right:1em solid red;
margin:.5em 0;
padding:.3em;
}

ul.navbar a {
text-decoration:none;
}

address {
margin-top:1em;
padding-top:1em;
border-top:thin dotted;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
color:red;
}

h2 {
font-family:Georgia, "Times New Roman", Times, serif;
color:#FFF;
}

h3 {
font-family:Georgia, "Times New Roman", Times, serif;
color:blue;
}

.style1 {
text-align:center;
font-size:small;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link,a:visited {
color:#FFF;
}

hr {
 border: none;
 background-color: #ADD8E6;
 color: #ADD8E6;
 height: 1px;
 width: 80%;
}