body {
	font-size: 14px;
	font-family: Arial;
	line-height: 20px;
	background-image: url(plaatjes/achtergrondbub.jpg);
	background-repeat: repeat;
}
	
.content {
	font-size: 14px;
	font-family: Arial;
	line-height: 20px;
	margin: 0px;
}

td {
	font-size: 14px;
	font-family: Arial;
	vertical-align: text-top;
	line-height: 20px;
	
}

p {
	font-size: 14px;
	font-family: Arial;
	line-height: 20px;
}


h2 {
	font-weight: bold;
	color: #8B008B;
	font-size: 24px;
	font-family: Arial;
	line-height: 20px;
}

h4 {
	font-weight: bold;
	color: #8B008B;
	font: 18px;
	font-family: Arial;
	line-height: 20px;
}
a:link {
	color: White;
}
a:visited {
	color: White;
}
a:hover {
	background-color: #0000CD;
}
a:active {
	font-weight: bolder;
	color: #4B0082;
}
li {
	font-size: 14px;
	font-family: Arial;
	line-height: 20px;
	list-style-position: inside;
}

ul {
	font-size: 14px;
	font-family: Arial;
	line-height: 20px;
}

.menu{
	float:left;
	width:210px;

.content{
	margin-left: 210px;
	width: 800px;
	position:relative;

}


