/*  -----> Standardschrift für alle  */
*{
	font-family: Arial, Verdana, Fixedsys, sans-serif; font-size: 12px; color: #006F31;
}

A:LINK, A:VISITED, A:ACTIVE, A:HOVER {
	text-decoration:none; color: #006F31; font-weight: bold;
}
A:ACTIVE, A:HOVER {
		text-decoration:underline;
}
