body   {
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Trebuchet, Arial;
}
/*normale Links*/
a:link, a:active, a:visited  {
	color: #A60010;
	text-decoration: underline;
}
a:hover   {
	color: #A60010;
	text-decoration: none;
}
/*normale Links nicht unterstrichen*/
a.nu:link, a.nu:active, a.nu:visited  {
	color: #A60010;
	text-decoration: none;
}
a.nu:hover   {
	color: #A60010;
	text-decoration: none;
}
