BODY {
	background-color : Silver;
	background-image : url(/images/profielschets.jpg);
	background-position : center;
	background-repeat : no-repeat;
	background-attachment : fixed;
	color : #4B0082;
	font-family : Verdana;
	font-size : 14px;
	list-style-position : inside;
	list-style-type : disc;
	margin-left : 10%;
	margin-right : 10%;
	margin-top : 5%;
	margin-bottom : 5%;
	text-align : left;
	vertical-align : text-top;
}

HR {
	background-image : url(images/Line017.gif);
}

H1 {
	color : #333333;
	font-weight : bolder;
	font-variant : small-caps;
}

H2 {
	color : #4B0082;
}
H3 {
	color : #4B0082;
	font-variant : normal;
	font-weight : bold;
}
A:LINK {
	color : #333333;
}
A:VISITED {
	color : #666666;
}

A:HOVER {
	color : #666666;
	cursor : hand;
}

TABLE {
	border : #4B0082;
	background-color : transparent;
	text-align : left;
	vertical-align : top;
}
OL {
	list-style-position : outside;
}





