html, body {
  background: #315941;
  color: white;
  font-family: sans-serif;
}

div#headline, div#footerline {
  text-align: right;
  font-style: italic;
  font-size: 80%;
}

div#footerline a {
  color: white;
}

div#navigation {
  float: right;
  margin: 5px;
  position: absolute;
  position: fixed;
  width: 85px;
  top: 25px;
  right: 10px;
  border: 2px solid black;
  background: white;
  color: black;
}

div#navigation span.title {
  display: block;
  font-weight: bolder;
  text-align: center;
}

div#navigation span.menuentry {
  display: block;
  border-top: 1px solid black;
}

div#navigation span.title a, div#navigation span.menuentry a {
  text-decoration: none;
/*  color: #314159;
  background: white; */
}
/*
div#navigation span.title a:hover, div#navigation span.menuentry a:hover {
  color: white;
  background: #314159;
}
*/
div#body {
  border: 3px solid black;
  background: white;
  color: black;
  padding: 2px 95px 2px 5px;
}

h1 em {
  font-style: normal;
  color: #62b082;
}

h1 {
  margin: 0;
}

div#subtitle {
  font-style: italic;
  color: #315941;
  font-size: 80%;
  margin-bottom: 20px;
}

abbr, acronym {
  border-bottom: dotted 1px #6282b0;
  cursor: help;
}

a:link {
  color: #509060;
}

a:visited {
  color: #315941;
}

a:hover, a:active, a:focus {
  color: white;
  background: #509060;
  text-decoration: none;
}

@media screen {
  .print-only {
    display: none;
  }
}

#badboy {
	display: none;
}

@media print {
  a:link:after, a:visited:after {
    content: " (" attr(href) ") ";
  }
}
