p {color: #000000;
  font-family: Courier New, monospace;
  font-size: 12px;
}

body{ background-color: #ffffff;
      margin-top: 0px;
      margin-left: 0px;
      font-family: Courier New, monospace;
      font-size: 12px;
      text-decoration: none;
      color: #000000;
}
body.margins{ background-color: #ffffff;
      margin-top: 10px;
      margin-left: 10px;
      font-family: Courier New, monospace;
      font-size: 12px;
      text-decoration: none;
      color: #000000;
}

a:link { font-weight:normal;
	font-family: Courier New, monospace;
	color:#000000;
         text-decoration:none
}

a:visited { font-weight:normal;
	   font-family: Courier New, monospace;
	   color:#000000;
            text-decoration:none
}

a:hover { font-weight:normal;
	 font-family: Courier New, monospace;
	 color:#990000;
          text-decoration:underline
}

a:active { font-weight:normal;
	  font-family: Courier New, monospace;
	  color:#990000;
           text-decoration:none
}

a:focus { font-weight:normal;
	 font-family: Courier New, monospace;
	 color:#990000;
          text-decoration:none
}

.mitte { text-align: center;
}

.small_link { font-size: 10px;
}

.headline {
      font-family: Courier New, monospace;
      font-weight:bold;
      font-size: 32px;
      text-decoration: none;
      color: #000000;
}

a.no_underline:hover {
      text-decoration: none;
}