a.normal:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #9E0B0E;
	text-decoration: underline;
}
a.normal:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #9E0B0E;
	text-decoration: underline;
	background-color: #FFFFCC;

}
a.normal:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #9E0B0E;
	text-decoration: underline;
	font-weight: bold;

}
a.normal:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #9E0B0E;
	text-decoration: underline;
	font-weight: normal;

}
a.nav:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	text-decoration: none;
	color: #9E0B0E;
	left: auto;
	text-align: left;
}
a.nav:hover, a.nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #9E0B0E;
	text-decoration: none;
	left: auto;
	text-align: left;
	font-weight: bold;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #000000;
	text-align: justify;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #CCCCCC;

}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(/assets/punkt.gif);
	list-style-position: outside;
	list-style-type: disc;

}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-position: inside;
	list-style-image: url(/assets/punkt.gif);
	list-style-type: square;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

