body {
  margin : 0px;
  background-color : #ffffff;
  text-align : center;
  }

a, a:active, a:visited, a:hover {
  color : #584A2F;
  }

#container {
  margin-right : auto;
  margin-left : auto;
  text-align : left;
  padding : 0px;
  width : 750px;
  background-color : white;
  }
  
.top-nav {
  padding-top : 8px;
  padding-bottom : 5px;
  padding-left : 10px;
  padding-right : 10px;
  border-top : 0px;
  border-bottom : 1px solid black;
  border-left : 1px solid black;
  border-right : 1px solid black;
  background-color : #F1EEC5;
  }
  
  

.top-nav-left {
  font-family : Verdana, Arial, Helvetica;
  font-size : 11px;
  font-weight : bold;
  }

.top-nav-left a,
.top-nav-left a:active,
.top-nav-left a:visited
.top-nav-left a:hover {
  text-decoration : none;
  color : black;
  }

  
.top-nav-right {
  font-family : Verdana, Arial, Helvetica;
  font-size : 11px;
  font-weight : normal;
  }
  
.top-nav-right a,
.top-nav-right a:active,
.top-nav-right a:visited {
  text-decoration : none;
  color : black;
  }

.top-nav-right a:hover {
  text-decoration : none;
  border-bottom : 1px solid black;
  }
  
.content {
  padding : 10px;
  font-family : Verdana, Arial, Helvetica;
  font-size : 12px;
  line-height : 140%;
  }

h1 {
  font-size : 16px;
  font-weight : bold;
  }
  
h2 {
  font-size : 14px;
  font-weight : bold;
  }
  
h3 {
  font-size : 12px;
  font-weight : bold;
  }
  
.footer {
  border-top : 1px solid silver;
  font-family : Verdana, Arial, Helvetica;
  font-size : 10px;
  font-weight : normal;
  color : gray;
  margin-top : 20px;
  padding-top : 10px;
  padding-left : 10px;
  padding-right : 10px;
  margin-bottom : 40px;
  }
