body {
 text-align: center;
 margin:4px;
 font-family: sans-serif;
 }

#main {
 text-align:left;
 margin: auto; 
 width: 900px;
 }
 
#headert {
height: 80px;
background: #333333;
margin-bottom: 5px;
 }
 
#headerb {
height:25px;
background: #714f4f;
text-align:right;
color: white;
 }
 
#nav {
 height:25px;
 background: #714f4f;
 color:white;
 clear:both;
}
 
#page {
  border:1px solid #714f4f;
  height:auto;
  padding:5px;
 }
 
 a:link, a:visited, a:active, a:hover {
 color: blue;
 }
 
 a:hover {
 color: red;
 }

h1 {
 margin-left: 5px;
 color: #4a5b72;
 font-family: georgia;
 }

h2 {
 margin-left: 5px;
 color: #4a5b72;
 font-family: georgia;
 }
 
p:first-letter {
 font-family: georgia;
 font-weight: bold;
 color: #4a5b72;
 font-size: 150%;
 } 
 
 p {
 padding:10px;
 }

 
 ul {
 margin:0px;
 padding: 3px;
 }

ul.nav a:link, ul.nav a:visited, ul.nav a:active {
 color: white;
 text-decoration:none;
 }


ul.nav a:hover {
 color: white;
 text-decoration:underline;
 }
 