body{
font-family: Tahoma,Verdana,Arial ;
font-size: 12px ;
text-align: center;
/*background-color: #4b4545;*/
background-image: url('fig/bg.jpg');
color: white;
}
hr {
margin-top: 5px;
} 
h1 {
	/*color: purple;*/
	font-family: Tahoma,Verdana,Arial ;
	font-size: 12px ;
	margin-bottom: 10px; 
	}
Table { 
	font-family: Verdana, Arial, Helvetica; 
	font-size: 11px;
	font-style: normal;
	background-color: #4b4545;
	color: white;
	}
a {
	color: white;
	}

#top
{
/*background-color: #E5173E;*/
width: 100%;
margin: 0 auto;
text-align: center;
	}

#main {
width: 970px ;
background-color: #4b4545;
margin: 0 auto; /*zorgt voor de centrering: links = 0, rest is autom*/
text-align: left ;
/*color: #4b4545;*/
}
#tekst {
padding: 5px ;
background-color: #4b4545;
color: white;
}

#footer
{
background-color: #4b4545;
/*background-color: white;*/
width: 100%;
margin: 0 auto;
text-align: center;
}
#links
{
	/*width: 970px;*/
	text-align: center;
	/*background-color: #4b4545;*/
	/*background-color: white;*/	
	}
td.mijncel {
	width: 80px;
	text-decoration: none;
	text-align: center;
	}
td.mijncel a {
	display: block;
	width: 80px;
	background-color: white;
	text-decoration: none;
	color: black;
	text-align: center;
}
td.mijncel a:hover {
	display: block;
	width: 80px;
	background-color: #e5173e;
	color: #4b4545;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}