body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background-image:url(images/achtergrond.jpg);
	background-repeat:repeat-x;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
		
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-stretch:condensed;
	font-size:14px;
	font-variant:small-caps;
	text-align:left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #C00;
	text-decoration: none;
	
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #fcfada;
	background-color: #C00;
	text-decoration: none;
	font-style: italic;
	}
	
body table tr th ul {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-bottom: 5px;
}
body table tr th ul li a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #FFFFB0;
}

body table tr th ul li a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

body table tr th ul li {
	display: inline;
}

body table tr td ul {
	list-style-type: none;
}

