body {
 font-size: 90%;
	
 
}
.hide {
 display: none;
}
#container { 
 border: solid #FFFFCC 3px;
 
 }
#header {
	border-bottom: solid #FFFFCC 1px;
	font: default font;
	color: #FFFF00;
}
#content {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 font-size: 0.9em;
 padding: 16px;
}
h1 {
 color:#A4BA1F;
 font-family: "Arrus BT"; 
}
#bottom {
 text-align: center; 
 padding: 8px;
 color: #FFF;
 font-weight: bold;
}
#bottom a:link, 
#bottom a:visited, 
#bottom a:active 
{
 color: #CCCC00; 
 text-decoration: none;
}
#bottom a:hover
{
 color:#FFFFCC;
 text-decoration: underline;
}
.onderschrift {
 font-weight: bold;
 font-size: 10px;
 color: yellow;
}
a:active, a:link, a:visited, a:hover  { 
 color: #00FF00; 
 font-weight: bold;
}
 
