html, body {
  background: #314159;
  color: white;
  font-family: sans-serif;
  width: 770px;
}

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;
  left: 675px;
  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.clear {
	clear: right;
	background: white;
 
}

div#body {
  border: 3px solid black;
  background: white;
  color: black;
  padding: 2px 95px 2px 5px;
}

h1 em {
  font-style: normal;
  color: #6282b0;
}

h1:hover em {
  text-decoration: underline;
}

h1 {
  margin: 0;
}

div#subtitle {
  font-style: italic;
  color: #314159;
  font-size: 80%;
  margin-bottom: 20px;
}

abbr, acronym {
  border-bottom: dotted 1px #6282b0;
  cursor: help;
}

a:link {
  color: #506090;
}

a:visited {
  color: #314159;
}

a:hover, a:active, a:focus {
  color: white;
  background: #506090;
  text-decoration: none;
}

dt {
   background: #eef;
}

dt:target, dt:target + dd {
   background: #ccd;
}

#badboy {
	display: none;
}

@media screen {
  .print-only {
    display: none;
  }
}
