@charset "ISO-8859-1";
/*
  (c) locknown.thomas-schmittner.de
*/
  h1 {font-family: courier; text-decoration: underline; font-weight: bold; font-size: x-large;}
  h2 {font-family: courier; text-decoration: underline; font-weight: bold; font-size: large;}
  h3 {font-family: courier; text-decoration: underline; font-weight: bold;}  
  h4 {font-family: courier; text-decoration: none; font-weight: bold;}
  
  a:link {color: #888888; text-decoration:underline; font-family: courier;}
  a:visited {color: #33ccff; text-decoration:underline; font-family: courier;}
  a:active  {color: #3333ff; text-decoration:underline; font-family: courier; font-weight: bold; background: #d8d8d8}
  a:focus {color: #3333ff; text-decoration:underline; font-family: courier; font-weight: bold; background: #d8d8d8}
  a:hover {color: #3333ff; text-decoration:underline; font-family: courier; font-weight: bold; background: #d8d8d8}
  
body {
  padding: 0px;
  margin: 0px;
  background-color: #5B3A29 ;
  font-family: courier;
  font-size:25px;
  color: #808080;
}