A:link { color: blue;
	 text-decoration: none }

A:visited { color: red;
            text-decoration: none }

A:active { color: purple;
	   text-decoration: none }

A:hover { color: green;
	 text-decoration: none }

H1   {  text-align: center }

H2   {  text-align: center }

BODY {  background-color: transparent;
	background-attachment: fixed;
	color: black;
	font-family: Times, serif;
	font-style: normal;
	font-weight: normal;
	font-size: normal;
	text-align: justify; }

INPUT { font-weight: bold }

.SMALLER  { font-size: smaller }

.SMALLERC  { font-size: smaller;
	     text-align: center; }

.LARGER  { font-size: larger }

.MARGIN { padding: 5px; }

.BG_DEFAULT { background-color: RGB(99,33,66); }

.SILVER { color: silver;
          font-family: Times, serif;
          font-weight: bold;
          text-align: center; }

.CENTER { text-align: center }





.AKTUAL { background-color: silver;
	  font-weight: bold }