@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #848484;
}
body {
	background-color: #303030;
}
.Hoofdmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	text-transform: uppercase;
	color: #848484;
	font-weight: bold;
}
.Submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-transform: lowercase;
	color: #848484;
	padding-left: 25px;
	font-weight: normal;
}
.MadeBy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	text-transform: none;
	color: #848484;
	font-weight: normal;
}
a:link {
	color: #848484;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #848484;
}
a:hover {
	text-decoration: underline;
	color: #848484;
}
a:active {
	text-decoration: none;
	color: #848484;
}

