body{
  font-family : sans-serif;
  background-color : #e2dbb5;
  margin : 0;
  color : #003366;
  font-size : 1em;
		}
td{
 vertical-align : top;
}
td#kop{
 position : relative;
 top : 0px;
 left : 0px;
 width : 100%;
 color : #fff;
 text-align : center;
 font-size : 1.4em;
 line-height : 1.4em;
 padding : 0.3em;
 background-color : #a51e22;

}
td#menu{
    width : 254px;
}
td#content{
  width : 50%;
  padding : 1em;
}
td#images{
  width : 300px;
  padding-top : 3.5em;
}
span.menu{
 margin : 0em;
}
a{
 text-decoration : none;
color : #a51e22;
}
a:hover{
 text-decoration : underline;
}

a.amenu{
  border-bottom : solid 1px white;	 
  color : white;
  padding : 0.3em;
  margin : 4px 4px 0px 4px;
  background-color : #cd7303;
  font-weight : bold;
  text-decoration : none;
  display : block;
  width : 244px;
}
a.amenu2{
  border-bottom : solid 1px white;	 
  color : white;
  padding : 0.3em;
  margin : 4px 4px 0px 4px;
  background-color : #a51e22;
  font-weight : bold;
  text-decoration : none;
  display : block;
  width : 244px;
  font-size : 0.8em;
}
img{ 
  border : 0px;
 }
a.amenu:hover{
 background-color : #6e2105;
}
h1{
  font-size : 1.3em;
}
h2{
  font-size : 1.2em;
  margin-bottom : 0em;
}
h3{
 font-size : 1.1em;
 margin-bottom : 0em;
}
h4{
 font-size : 0.9em;
 margin-bottom : 0em; 
}
p{
 margin-top : 0em;
}
span.description{
 font-size : 0.8em;
 display : block;
 margin-bottom : 1.5em;

}
