BODY {
	background-color: #b8d4e8;
	font-family: "Comic Sans MS, Helvetica, Verdana";
	margin-top: 0px;
	margin-left: 0px;
	scrollbar-base-color: #b8d4e8;
	scrollbar-track-color: #23334c;
}

DIV.eins {
	font-size: larger;
	
}
TD.eins{
	color: Blue;
	font-size : small;
	font-weight : lighter;
}
HR {
	color: Red;
}
P.eins {
	font-size : x-small;
}


A {
	font-size : medium;
	text-align : center;
	text-decoration : none;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
}
A:LINK {
	font-size : medium;
	text-align : center;
	text-decoration : none;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
}
A:HOVER {
	font-size : medium;
	text-align : center;
	text-decoration : none;
	color : #cd5c5c;
	font-family : Arial, Helvetica, sans-serif;
}
