BODY {
	font : 11px/13px Arial, Helvetica, sans-serif;
	list-style-image : url(../images/listimage.gif);
	list-style-position : inside;
	text-decoration : none;
	background : Black;
	color : #C0C0C0;
	margin-top : 7px;
	margin-left : 5px;
	margin-right : 10px;
	margin-bottom : 5px;
}

P, TABLE, TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	list-style-image : url(../images/listimage.gif);
	list-style-position : inside;
	text-decoration : none;
	background : Black;
	color : #E2E2E2;
	margin-left : 5px;
	margin-right : 10px;
	margin-bottom : 5px;
}

TH, H1 {
	font : bold 12px/12px Arial, Helvetica, sans-serif;
	list-style-image : url(../images/listimage.gif);
	list-style-position : inside;
	text-decoration : none;
	color : #FFFFFF;
	background : #D00926;
	margin-left : 5px;
	margin-right : 10px;
	margin-bottom : 5px;
}

HR {
	color : #C0C0C0;
	border : 1px;
	margin-left : 5px;
	margin-right : 10px;
	margin-bottom : 5px;
	background-color : Black;
}

A:LINK {
	color : #D00926;
	font : bold 12px/15px Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-transform : capitalize;
	background-color : Black;
}

A:HOVER {
	color : #C0C0C0;
	font : bold 12px/15px Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-color : Black;
}

A:VISITED {
	color : #C0C0C0;
	font : bold 12px/15px Arial, Helvetica, sans-serif;
	text-decoration : none;
	background-color : Black;
}

DIV.roze {
	color: #D00926;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	background-color : Black;
}

INPUT, TEXTAREA {
	font : 11px Arial, Helvetica, sans-serif;
}

.textbox {
	font-family : Arial, Helvetica, sans-serif;
	border-style : solid;
	border-width : thin;
	border-color : #D00926;
}

.formbutton {
	font-size : xx-small;
	font-family : Arial, Helvetica, sans-serif;
	background-color : #E0E0E0;
	color : Black;
	font-weight : bold;
	border-width : thin;
}
#advertentie {
	background-color: #DFDEDE;
	border: 1px solid white;
	width: 200px;
	padding: 6px;
	color: Black;
	float: left;
	margin-left: 10px;
	height: 80px;
}
#advertentie a {
	color: #D00926;
	font-weight: bold;
	background-color: transparent;
}