/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: verdana, arial;
	font-size: 11px;
  color: white;
}
H1 { font-size: 15px; 
 color: white;}
H2 { font-size: 13px;
 color: white;}
P, H1, H2 {margin: 0px 0px 5px 0px;
 color: white;}

BODY {	margin: 0 0 0 0; background-color: #003300;  }

A:link {
  color: #000000;
  background-color: transparent;
}

A:visited {
  color: #000000;
  background-color: transparent;
}

A:active {
  color: #000000;
  background-color: transparent;
}

/* Die Maus schwebt drüber (nicht alle browser) */
A:hover {
  color: #000000;
  background-color: transparent;
}
