/* kleuren: #7bc144 (groen) / #1c3f93 (blauw) */

body {
	background-color: #0CC;
	/*background-image: url(afbeeldingen/bg.gif);*/
	background-repeat: repeat;
}
h3 {
	color: #937450;
}
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
a:link {
	color: #660066;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #937450;
	}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	}
.style1 a {
	color: #000;
}
.style1 {
	font-weight: bold;
}
.style2 {
	color: #666;
	display: block;
	margin-bottom: 5px;
}
blockquote {
	margin-bottom: -15px;
	margin-left: 10px;
}
ul {
	list-style: none;
	margin-left: -20px;
}

