@charset "UTF-8";
/* CSS Document */
body {
	background-color: #E5E2BC;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	line-height: 16px;
}
.datum {
	color: #999999;
	font-weight: bold;
}
.head {
	color: #666666;
	font-weight: bold;
}
a:link {color:red; text-decoration:none}
a:visited {color:blue; text-decoration:none}
a:active {color:black; text-decoration:none}
a:hover {color:black; text-decoration:underline}
