body {
	background-color: white;
	font-size: 12px;
	margin: 0;
	padding: 0;	
	font-family: arial, helvetica, sans-serif;
	color: #333333;
}
a:active, a:focus {
	outline: 0;
}
a.asmall {
	font-size: 10px;
	text-decoration: underline;
	color: #333333;
}
a.asmall:hover {
	font-size: 10px; 
	text-decoration: none;  
	color: #999999
}
td.mid {
	font-size: 12px;
}
/* CSS-hacks voor layout */
body, html {
	height: 100%;
}
#outer { /* of zonderoverflow, IE */
	height: 100%;
	overflow: visible;
	display: table;
	_position: relative;
}
#outer[id] {
	display: table;
	position: static;
	width:100%;
}
#middle { /* IE */
	position: absolute;
	top: 50%;
}
#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
	width:100%;
}

#inner { /* IE */
	position: relative;
	top: -50%;
}
#inner[id] {
	position: static;
	width:100%;
}.rouge {
	color: #F00;
}

