
ul {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 18px;
}


a:link {
		text-decoration: none;
}

a:visited {
	color: #000080;
	text-decoration: none;
}

a:active {
	color:#E08161;	
	text-decoration: none;
}

a:hover {
	color: #5F9EA0;
	text-decoration: none;
}


body {
	scrollbar-3dlight-color: #a0acc2;
	scrollbar-base-color: #A0ACC2;
	scrollbar-face-color: #A0ACC2;
	scrollbar-highlight-color: #FAFAD2;
	scrollbar-shadow-color: #fdfcd7;
	scrollbar-track-color: #00080;

}

hr.1 {
	color: Gray;
	white-space: normal;
	font-weight: bolder;
	line-height: 80mm;
	font: 200;
}

input {
	background-color: fdfcd7;
	font: bold 12pt Tahoma;
	color: #000080;
}
input.dunkel {
	background-color: #000080;
	font: bold 12pt Tahoma;
	color: #fdfcd7

}

