.titel {
color: #cc9900; 
font-size: 18px;
line-height: 24px;
font-weight: bold;
margin: -3px 0px 2px 0px;
font-family:  Arial, Helvetica, sans-serif; 
}

td {
	color: #000; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 12px;
	line-height: 15px; 
	font-family: Arial, Helvetica, sans-serif; 
}

a {
color: #000000; 
	font-family:  Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	text-decoration: underline
}

body {
	margin: 0px 0px 0px 0px;
	color: #000; 
	font-size: 12px; 
	line-height: 15px;
	font-family:  Arial, Helvetica, sans-serif; 
	background-color: #fff;	
	scrollbar-base-color: #cc9900;
	scrollbar-dark-shadow-color: #cc9900;
	scrollbar-shadow-color: #cc9900;
	scrollbar-arrow-color: #ffffff;
	scrollbar-highlight-color: #99cc33
}

a:hover {
color: #ccc;
	text-decoration: underline 
}

ul,ol {
	color: #000000; 
	list-style-type: disc;
	margin-left:16px;
	list-style-image: url(/pages/img/square.gif);
	list-style-position: outside;
}


