body {
background-color: #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
color: #FFFFFF;
margin:0;
padding:0;
}

.top{
width:100%;
height: 200px;
padding-top: 10px;
background-image:url(top.jpg);
background-repeat:no-repeat;
background-position:center;
border-bottom: 2px solid #ffffff;
}

.content{
width:100%;
height:300px;
background-color: #342C26;
overflow:auto;
}

.holder{
width: 700px;
margin-left:auto;
margin-right: auto;
text-align: left;
margin-top: 10px;
}


.footer{
width:100%;
height:100%;
border-top: 2px solid #ffffff;
font-family: Garamond, Sylfaen, Georgia, "Times New Roman", Times, serif;
font-size: 24pt;
text-align:center;
}

.images img{
border: 1px solid #FFFFFF;
margin-left: 20px;
}

.kop{
font-family: Garamond, Sylfaen, Georgia, "Times New Roman", Times, serif;
font-size: 18pt;
display:block;
}

a{
color: #FFFFFF;
}

a:hover{
color: #CC9933;
}

.footer a{
text-decoration: none;
color: #FFFFFF;
margin-right: 1.5em;
}

.footer a:hover{
color: #CC9933;
}

