html {
	background-color:#FFFFFF;
}

body {
	background: url(/images/background.png) repeat-x;
	font-family: Verdana;
	font-size: 11px;
	line-height: 18px;
	color: #002248;
}

li {
	list-style-image: url(/images/pijltje.png);
	margin-top: 1px;
	padding-top: 1px;
}

ol li {
		color:#808080;
		list-style-image:none;
		margin-top:1px;
		padding-top:1px;
}

a {
	color: #808080;
	text-decoration: none;
}

a:hover {
	color: #f15a24;
	text-decoration: underline;
}
