html {
	height: 100%;
}
body {
	color: #5A5959;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Verdana, Arial;
	font-size: 12px;
	background-color: #000;
	height: 100%;
}
p {
	color: #5A5959;
	line-height: 16px;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-family: Arial, Verdana, Arial;
	font-size: 12px;
	text-align: left;
}
a {
	color: #2c7919;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #5A5959;
	font-weight: bold;
	text-decoration: none;
}
/* standaard ul */
#website ul,
#website ol{
	margin: 0 0 15px 15px;
	padding-left: 0;
}
#website li {
	padding: 0 0 0 0px;
}
#website ul li a,
#website ol li a{
	color: #2c7919;
	text-decoration: none;
	font-weight: bold;	
}
#website ul li a:hover,
#website ol li a:hover {
	color: #5A5959;
	text-decoration: none;
	font-weight: bold;	
}