body {
	margin-top: 30px;
	background: #1f0d21 url(../images/bg.jpg) no-repeat center top;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #ebe9ea;
}
h1 {
	color: #3C3;
	font: bolder 2em Georgia, "Times New Roman", Times, serif;
}
img {
	margin-left: 150px;
}
td {
	border: thin outset #66C;
	width: 300px;
	padding: 4px;
}
th {
	border: thin outset #66C;
	width: 300px;
}
h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #39F;
}

h3 {
	margin-bottom: 0.5em;
	font: bold small Verdana, Arial, Helvetica, sans-serif;
	color: #F66;
}
p {
	color: #FF9;
}
ul {
	margin-left: 3em;
	list-style: url(../images/picklein.png) inside;
}
.uitleg {
	color: #F30;
}

td img {
	border: 10px inset #F6C;
	padding: 10px;
	margin: 10px;
	
}


ul li {
	font-size: 18px;
	font-weight: bold;
}

ol {
	margin-left: 4em;
}

ol li {
	font-size: 16px;
	font-weight: lighter;
	color: #999;
}

a {
	text-decoration: none;
	color: #63ba63;
}

a:hover {
	text-decoration: underline;
	color: #ebe9ea;
}
a:visited {
	color: #F90;
}
hr {
	color: #6F6;			/* in firefox ziet het er met dit anders dan in ie */
	height: 5px;
	border: 10px groove #6F6;
}
hr {
	border-top:10px ridge; /* zo ziet het er in firefox  hetzelfde uit als in ie */
	height:3px;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #6F6;
}
#container {
	width: 800px;
	margin: auto;
}
#content {
	margin-top: 520px;
	text-align: left;
}
