BODY {
	color: Red;
	background-color: White;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align: justify;
}

TD.rood{
	border-bottom : 0px none ;
	border-left : 1px solid Red;
	border-right : 1px solid Red;
	border-top : 1px solid Red;
	}
	
TD{
	font-family : Arial, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
}

TD.link{
	color: #646464;
}

P{
	background-color : #FE0000;
	color: White;
	font-family : Arial, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : bold;
}

A {
	color: #646464;
	text-decoration: none;
	font-weight : bold;
	font-family : Arial, sans-serif;
}

A:HOVER {
	text-decoration: underline;
}

A.rood{
	color: #FE0000;
}
