body {
	background-color: #AE2300;
	font-family: Verdana, Arial, Heletica, sans-serif;
}

FONT
{
	font-family: Verdana, Arial, Heletica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-ariant: normal;
	text-transform: none;
	color: #35A628;
}
a:link
{
	background : none;
	color : #FF99CC;
	text-decoration : none;
	cursor : hand; /*/ grau /*/
}
a:visited
{
	background : none; color : #10A714; text-decoration : none; cursor : hand;  /*/ blau /*/
}
a:active
{
	color : #10A714;
	text-decoration : none;
	cursor : hand;
}
a:hover   
{
	color  : #00CC66;
	text-decoration : nounderline;
}
