BODY {
	background-color : #d9dada;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
TABLE.hoofd{ 
width: 90%;
	text-align : center ;
	height : 100%;	
	border : double #D8BFD8;
 }
TABLE.x {
              width:100%;
			  height:100%;
			  text-align : left;
			  text-decoration : none;
 }
 td.tekst{
	margin-top : 3px;
	margin-bottom : 0px;
}
TD.tab2{
	border-style : outset outset none outset;
	text-align : center;
	font : bold;
	color : blue;
}
 TD.tab{
	border-style : inset inset inset none;
	text-align : center;
	font : bold;
	color : blue;
	height : 50px;
	background-color : #D8BFD8;
}
TD.menu{
	border : double #D8BFD8;
	text-align : right;
	vertical-align : text-top;
	margin-top : 100px;
}
TD.hoofd{
	background-image : url("auto.jpg");
	background-repeat : no-repeat;
	background-position : top;
	vertical-align : top;
}
TD.bovenkant{
	border-bottom-style : groove;
	border-bottom-width : medium;
	border-bottom-color : Gray;
	empty-cells : show;
}
a:link {
	color: #0000CC;
	text-decoration : none;
	font-weight : bold;
}
 a:visited{
         	  color: #0000CC;
     	      text-decoration : none;
	          font-weight : bold;
               }
A:HOVER {
	color : #993399;
}
