body {
background: white;
padding:0;
margin:0;
font-family: arial;
color: black;
}
dl, dt, dd, ul {
margin: 0;
padding: 0;
list-style-type: disc;
}
#menu {
position: absolute;
align: center;
width: 145px;
}

#menu dt {
cursor: pointer;
padding: 2px;
background: #B6CBDC;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: left;
font-size: 9pt;
font-weight: bold;
}

#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 200px;
background: #B6CBDC;
border: 1px solid gray;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: left;
font-size: 9pt;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #000;
text-align: left;
text-decoration: none;
display: block;
}
#menu li font {
text-decoration: none;

}

#menu li a:hover {
text-decoration: underline;
}


#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}



a:link, a:visited, a:active  {  
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	color: #004080;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	color: #0040800;
	text-decoration: underline;
}