* {
  margin: 0;
  padding: 0; 
}

a {
  text-decoration: underline;
  color: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #ffffff;
  background-color: #649600;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;
  background-color: #fff;
  color: #000;
  margin: 0 .5em .5em .5em;
  padding: 0;
  border: 0;
  min-width:290px;
}

h1 {
  display: block;
  margin-top: 1em;
  clear: both;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
  font-size: 1em;
  color: #7b7c7e;
  margin-bottom: 1em;
}

h2 {
  color: #649600;
  font-size: 1.2em;
  margin-top: 0.3em;
  margin-bottom: 0.5em;
  font-weight: bold;
  line-height: 1.4em;
}

h3 {
  font-size: 1em;
  margin-bottom: 0.5em;
  font-weight: bold;
}

h4 {
  color: #649600;
  font-size: 1.2em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

h5 {
  color: #649600;
  font-size: 1.0em;
  margin-bottom: 0.5em;
  font-weight: normal;
}

p, ul, ol, hr {
  margin-bottom: 0.5em;
  line-height: 1.4em;
}

ul ul, ol ol, ol ul, ul ol {
  margin-bottom: 0;
}

ul, ol {
  display: table;
  height: 1%;
}

ol {
  padding-left: 2em;
}

ul  {
  padding-left: 1.3em;
}

ul, ul li {
  list-style-image: url(css-icons/tu-liste.png);
}

hr {
  height: 1px;
  background-color: #649600;
  color: #649600;
  border: 0; 
}

