p {
	font-size:12px;
	text-align:justify;
	font-family:Arial,Tahoma,Verdana;
	font-weight:normal;
	margin-top:10px;
	margin-bottom:10px;
	
}

body {
	background-color:#FFFFFF;
	font-family:Arial,Tahoma,Verdana;
	color:#666666;
	font-weight:normal;
	padding:10px;
	margin:0px;
	font-size:12px;
}


h1 {
	font-size:20px;
	border-bottom:solid thin black;
	border-color:#666666;
	padding:0px;
	margin-top:10px;
	marging-bottom:10px;
}

h2 {
	font-size:14px;
	text-decoration:underline;
	font-family:Arial,Tahoma,Verdana;
	font-weight:normal;
	text-align:left;
	margin-top:0px;
	marging-bottom:0px;

}
	
li {
	font-size:14px;
	font-weight:normal;
	text-align:justify;

}




li * li {
	font-size:12px;
	font-weight:normal;
}

#roman {
	list-style-type:upper-roman;
	font-size:14px;
	font-family:"Century, Times New Roman";
	font-weight:bold;
	margin-left:40px;
	padding-left:0px;
}

ol {
	font-weight:normal;
	margin-left:15px;
	padding-left:0px;
	text-indent:0px;
}

#numerisch {
	list-style-type:decimal;
	font-weight:normal;
	margin-left:15px;
	padding-left:0px;
	text-indent:0px;
}

#disc {
	list-style-type:disc;
	font-weight:normal;
	margin-left:15px;
	padding-left:0px;
}




ol * li {
	font-family:"Arial, Tahoma, Verdana";
	font-weight:normal;
}

#underlined {
	text-decoration:underline;
}

/* Bold and underlined */
#bau {
	text-decoration:underline;
	font-weight:bold;
}

a:link {
	text-decoration:underline;
	color:#666666;
}

a:visited {
	text-decoration:underline;
	color:#666666;
}

a:active {
	text-decoration:underline;
	color:#cc0000;
}

a:hover {
	text-decoration:none;
	color:#0000aa;	
}

td {
	font-size:12px;
}

