
a, A:link, a:visited
	{ color: #FFFFFF; /* textfarbe "normaler" link */
	  text-decoration: none; 
	  font-family: Verdana, Tahoma; 
	  font-size: 11px;
	  cursor: pointer;
	}
	
A:active
	{ color: #000000; /* textfarbe aktiv */
	  text-decoration: none;
	  font-family: Verdana, Tahoma; 
	  font-size: 11px;
	  cursor: pointer;

A:hover
	{ color: #014188; /* textfarbe rollover */
	  text-decoration: none;
	  font-family: Verdana, Tahoma; 
	  font-size: 11px;
	  cursor: pointer;
	}

