body {
	color: #CDCBEB; 
	background-color: #080817;
	font-size: 9pt;
	font-family: Verdana, Arial, Serif;
}

a:link {
	color: #F8F8FD;
	background-color: #080817;
	text-decoration: none;
}   
a:visited {
	color: #F8F8FD;
	background-color: #080817;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

p.legal_notice {
	color: #FF0000;
	background-color: #080817;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 10pt;
	font-weight: bold;
}

h3 {
	font-size: 6pt;
}

li {
	font-size: 9pt;
	list-style-type: square;
}
