body {
  background-color: #000;
  color: #eee;
  font-family: 'Trebuchet', sans-serif;
  font-size: 1.075em;  
  margin: 0;
  line-height: 150%;
}

li {
    padding-left: 0px;
}

.container {
    overflow: auto;
    min-height: 100%;
    min-width: 80%;
    height: 100%;
    width: 80%;
}

.header {
  font-family: "Georgia", serif;
  font-size: 1.2em;
  padding: 25px;
}

 /* The navbar container */
.topnav {
  overflow: hidden;
  display: block;
  padding: 15px 15px 0px 15px;
}

/* links */
a {
  color: #aaa;
  text-decoration: none;
  font-family: "Georgia", serif;
  font-style: italic;
  font-weight: bold;
}

h1 {
  border-left: 2px dashed #eee;
  color: #bbb;
  text-decoration: none;
  font-family: "Georgia", serif;
  font-style: italic;
  font-weight: bold;
  padding: 0px 0px 0px 15px;
  margin-top: 10px;
  line-height: 150%;
}

h3 {
  color: #777;
  text-decoration: none;
  font-family: "Georgia", serif;
  font-style: italic;
  font-weight: bold;
  padding: 0px;
}

/* Links - change color on hover */
a:hover {
  color: #666;
} 

.topnav a {
  padding: 15px 15px;
}

.content {
  display: block;
  padding: 25px;
}

.footer {
  padding: 25px;
}