A:LINK {
  color:		#0000FF;
  text-decoration:	none;
}

A:VISITED {
  color:		#000080;
  text-decoration:	none;
}

A:HOVER {
  color: #0000FF; 
  text-decoration: underline overline; 
  background-color: #CCCCCC;

}

BODY {
  color: 		black; /* Textfarbe schwarz #000000*/
  background:		white; /* Hintergrundfarbe weiss #FFFFFF*/
  font-size:		12pt; /**/
}

