/* ALGEMENE STIJLEN */
body {
	background-color: #d3b798;
	margin: 0px 0px 20px 0px;
}

body,td,th {
	color: #A97D4F;
}

.container {
	text-align: center;
	width: 690px;
	margin: 0px auto
}

p {
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif
}

/* LINKSTIJLEN */
a:link, a:visited, a:active {
	color: #a97d4f;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a img {
	border-color: #a97d4f;
}

a.textlink {
	text-decoration: underline;
}

.links {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif
}

.links a {
	display: block;
	margin-bottom: 10px;
	text-decoration: underline;
}

/* SPECIFIEKE OPMAAK */

.style1 {
	font-family: Arial, Helvetica, sans-serif
}

.style3 {
	font-family: Arial, Helvetica, sans-serif; color: #ffffff;
}

ul {
	margin-left: 15px;
}

li {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
}

li.nobullet {
	list-style-type: none;
}

#nap {
	padding-left: 10px;
}

.onderschrift {
	font-size: 13px;
}

.bold {
	font-weight: bold;
}
