BODY {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0%;
	font-size : 13px;
	background-color : #6f448a;
	color : White;
	scrollbar-arrow-color : #6f448a;
	scrollbar-base-color : #6f448a;
	scrollbar-darkshadow-color : #6f448a;
	scrollbar-face-color : White;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : #6f448a;
	scrollbar-track-color : #6f448a;
	scrollbar-3dlight-color : #6f448a;
	border:'15' '' '#6f448a';
}

TABLE, TD, TR {
	font-size : 13px; /* 4 sizedefinition in tables etc. */
}

A {
	text-decoration : none; /* 4 clean text on links etc. */
	color : White;
	background : transparent;
}

A:HOVER {
	text-decoration : overline underline; /* 4 underlines by hover links etc. */
	font-weight : normal;
	color : White;
	background : #6f448a;
}

/* A:VISITED {
	text-decoration : none; /* 4 clean text on links etc. /
	color : Black;
	background : transparent;
	cursor : crosshair;
}
*/
B {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold; /* 4 boldtext etc. */
}
H1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-style : normal;
	font-weight : bold; /* 4 headlines etc. */
}
H2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* 4 subheadlines etc. */
	font-size : 15px;
	font-style : normal;
	font-weight : bold;
}
H6 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-weight : bold; /* 4 copyrights etc. */
}