 @import url("main_style.txt.css");
 body {
  background: white;
  color: black;
  font-family: monospace;}
 h1 {text-align: center;}
 h1 a {
  background: none;
  height: 100%;}
 #header h1 a span {display: block;
  height: 100%; padding-top: 5%;}
 a, h1 a, #menu a {color: black !important;}
 a, h1 a {text-decoration: none;}
 a:hover {text-decoration: underline !important;}
 a.notExist {
  text-decoration: line-through;}
 #menu h3, #menu h3 a, #content > h2 {
  background: white;
  color: black;}
 #menu h3, #content > h2{
  border-top: double 3px black;
  border-bottom: double 3px black;}
 #main-page #footer {border-top: double 3px black;}