body {
  color            : #000000;
  font-family      : arial, sans-serif;
}

a:link, a:visited {
font-size        : 12px;
  color            : #708088;
  text-decoration  : none;
  font-weight      : bold;
}
  
a:hover, a:active {
font-size        : 12px;
  color            : #3794ff;
  text-decoration  : none;
  font-weight      : bold;
}

ul{
	margin-top:30px;
	padding: 5px;
}

li {
font-family:arial, sans-serif;
font-size:100%;
color:black;
background-color:#b8e600;
text-align:left;
margin-left:10px;
margin-right:0px;
}

.legende{
font-family:arial, sans-serif;
font-size:70%;
color:green;
background-color:#ddd;
text-align:center;
margin-left:10px;
margin-right:10px;
}