/* CSS Document */

<style type="text/css">

body {
margin: 0;
padding: 0;
spacing: 2;
background: white;
font: 80% verdana, tahoma;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 2;
list-style-type: none;
}
#menu {
position: relative;
top: 0;
left: 1;
}
dl#menu {
width: 180px;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ffffff;
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: center;
background: #fff;
padding: 4;
}
dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0px none;
height: 100%
}

dl#menu li a:hover, dl#menu dt a:hover {
background: #eee;
}

#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;
}

.style1 {color: #000000
         font-family: Verdana, Tahoma;
         font-size: 8px;
		 }
.style2 {
	font-size: 11px;
	font-family: Verdana, Tahoma;
}

</style>
