body {
	/* Background formatierung */
	background-color:#464847;
	/* END-Background formatierung */
    /* Scroller formatierung */
    scrollbar-base-color:#cccccc;
    scrollbar-3dlight-color:#cccccc;
    scrollbar-arrow-color:#333333;
    scrollbar-darkshadow-color:#cccccc;
    scrollbar-face-color:#ffffff;
    scrollbar-highlight-color:#A6A6A6;
    scrollbar-shadow-color:#A6A6A6;
    scrollbar-track-color:#cccccc;
	/* END-Scroller formatierung */
}
/* Text formatierung */
body,td,th {				
	font-family: Verdana;
    font-size: 10px;
    color: #ffffff;
}

/* Index formatierung */
.index {
    font-family: Verdana;
    font-size: 10px;
    color: #ffffff;
}
/* Link formatierung */
a:link {
	font-family: Verdana;
    font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-family: Verdana;
    font-size: 18px;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	font-family: Verdana;
    font-size: 18px;
	text-decoration: underline;
	color: #D3D0A5;
}
a:active {
	text-decoration: none;
}
/* END-Link formatierung */