body {
  color: black;
  padding: 4px;
  font-family: sans-serif	
}

a img {border: none}

a:link {text-decoration: none; color: teal}
a:visited {text-decoration: none; color: teal}
a:hover {text-decoration: underline}

pre {
   border: 1pt solid teal;
   background-color: #f0f7f3;
   padding: 5pt;
   font-family: monospace;
   white-space: pre;
   white-space: pre-wrap;      /* CSS 3 */
   word-wrap: break-word;      /* IE 5.5+ */
   white-space: -moz-pre-wrap; /* Mozilla */
   white-space: -pre-wrap;     /* Opera 4 - 6 */
   white-space: -o-pre-wrap;   /* Opera 7 */
}

.secondary {color: gray}

#top {
  background: teal;
  color: white;
  padding: 25px;
  font-weight: bold;
  font-size: 250%
}
#top a:link {text-decoration: none; color: white}
#top a:visited {text-decoration: none; color: white}

#menu {	
  float: right;
  padding: 20px;
}

#text {
  margin-left: 10px;
  margin-right: 160px;
  margin-top: 25px; 
}

#bottom {
  text-align: center;
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px
}
