body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
  font-size: 100%;
  font-family: "lucida sans", tahoma, skia, "trebuchet ms", verdana, "comic sans ms", arial, sans-serif;
}

img {
border-color: silver;
border-style: solid;
margin-top: 1px;
margin-right: 2px;
margin-bottom: 2px;
margin-left: 2px;
}

a {
text-decoration: none;
}
a:link {
  color: orangered;
  font-weight: bold;
}
a:visited {
  color: chocolate;
  font-weight: none;
}
a:hover {
  color: #F60;
  text-decoration: underline;
}

li     { 
color: #000; 
list-style: square url(http://www.reseauforum.org/grille-calendrier/misc/menu-leaf.png) outside;
margin: 0; 
padding: 0.1em;
}

hr {
  height: 1px;
  border: 1px solid;
	color: silver;
}
