dl#lista2 dt, dd, ul, li, ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#lista2 {
left: 0;
}
dl#lista2 {
width: 200px;
}
dl#lista2 dt {
color:#004080;
margin: 2px 2px;;
height: auto;
text-align: left;
font-weight: bold;
}
dl#lista2 dd {
border: 0px solid gray;
}
dl#lista2 li {
margin-left:1px;
text-align: left;
background: #fff;
list-style-type: none;
}
dl#lista2 li a, dl#lista2 dt a {
color: #004080;
list-style-type:circle;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
margin-left:10px;

}
dl#lista2 li a:hover{
text-decoration: underline;
}
#mentions {
font-family: verdana, arial, sans-serif;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}