/* General Settings */

body {
	background-color: #FFFDEC;
	color: #000000;
}

img {
	border-style: none;
}

list {
	list-style: disc;
}

a.zwart {
	text-decoration: none;
	color: #000000
 }


/* Header */

div.header {
	text-align: center;
}

span.header {
	font-size: 200%;
	font-weight: bold;
}

span.stext {
	font-size: 80%;
	font-weight: bold;
}

table.header {
	margin-left: auto;
	margin-right: auto;
}

td.header {
	width: 10px;
}


/* Content */

div.content {
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #808080;
}

table.content {
	margin-left: 10%;
	margin-right: 10%;
	width: 80%;
}


/* More */

div.more {
	width: 100%;
}

img.more {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Footer */

div.footer {
	text-align: right;
	margin-right: 0px;
	font-size: 80%;
}