a {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : *px;
	font-style : normal;
	text-decoration : none;
}    /* noch nicht besuchte Ziele */
/*a:visited { CSS-Eigenschaft:Wert; ... } besuchte Ziele */
a:hover {
	color : #990000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : *px;
	font-style : normal;
	text-decoration : none;
}   /* Verweise bei "MouseOver" */
a:active {
	color : #888;
	font-family : Arial, Helvetica, sans-serif;
	font-size : *px;
	font-style : normal;
	text-decoration : none;
}  /* Angeklickte Verweise */
a:focus {
	color : 000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : *px;
	font-style : normal;
	text-decoration : none;





