html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, img {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  background: #F9E0CA url('bg2.jpg');
}

body, th, td {
 font: normal 10pt verdana, arial, helvetica, sans-serif;
 color: #45291F;
}

.j {
  text-align: justify;
}

ul.menu li { 
  display: inline;
  margin-right: 10px;

}

h1 {
  font-size:1.5em;
  font-weight: normal;
  color: #45291F;
}

h2 {
  font-size:1.3em;
  font-weight: normal;
  color: #45291F;
}

                              
a:link {
  color: #45291F;
}
a:visited {
  color: #45291F;
}
a:active {
  color: #45291F;
}
a:hover {
  color: #45291F;
  text-decoration : none;
} 

ul.sitemap {
  margin-left:30px;
}
ul.sitemap li {
  margin-bottom:10px;
}
