A:ACTIVE {
	text-decoration : none;
	background-color : transparent;
	color : Gray;
}
A:LINK {
	text-decoration : none;
	background-color : transparent;
	color : Gray;
}
A:VISITED {
	text-decoration : none;
	background-color : transparent;
	color : Gray;
}
a:HOVER {
	background-color : Silver;
	text-decoration : none;
	color : Black;
}

.mainPage {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	text-decoration: none;
	text-align: left;
	background-image: url(../Images/Diversen/Background.gif);
	font-weight : normal;
	line-height : normal;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
} 
