
body {
	margin: 0;
	padding 0;
}

h2 {
	font-size: 17px;
	padding-top: 14px;
	margin: 0;
}			

h3 {
	font-size: 13px;
	padding-top: 13px;
	margin: 0;
	text-decoration: underline;
}

a {
	color: #FEFA00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}			

div.frameContent { 
	position: relative; 
	width: 656px;
	height: 211px;
	
	font-family: Arial, Verdana; 
	font-size: 12px; 
	color: #FFF; 
	
	background: url(tafel.jpg) no-repeat;
	overflow: auto;
	
}

div.innerFrameContent {
	padding-left: 10px;
	padding-right: 10px;				
}

