BODY {
	margin-left: 6% ;
	font-family: Arial, Helvetica, sans-serif ;	
	background-color: White;
	color: black ;
	}
	
H1, H2, H3, H4, H5 {
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	text-align: left ;
	color: teal ;
}

TD, .inhoud, .hoofdtekst  {
   	text-align:left;
	vertical-align:top;
	} 

.inhoud, .hoofdtekst  {
   	padding-left:1em;
	padding:0.5em;
	} 

.inhoud  {
	/* background-color : #EEFFFF ;*/
	font-family: "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	/* font-size : smaller; */
	font-weight : bolder;
} 

/* added 20080121 from hqindiana.css */
/* from http://www.tucows.com/css/headfoot.css */
/* first one used to be for all a { */
a:link {
	text-decoration: none;
	padding:0; border-bottom: 1px dotted #66c; }
a:visited {
	text-decoration: none;
	padding:0; border-bottom: 1px dotted #66c; }
a:hover { background:#FFFFC0; 
	text-decoration: underline; border-bottom: 0; }
a:active { background:#FFFFC0; color:Olive; } 

PRE, TT, CODE, KBD, SAMP, .code { 
/* gebruik monospace font, MS-Windows en X-Windows */
	font-family: "Andale Mono", "Lucida Console", "LucidaTypewriter",  
		"Monotype.com", "Courier New", Courier, monospace
	}

.klein {
	font-size: smaller
	} 
DIV.klein, P.klein {
	margin-right: 10% 
	} 

ADDRESS {
	font-size: smaller ;
	text-align: right ;  
	font-weight: lighter ;
	color: Gray;
	} 


HR {
	clear: both ;
	height: 1px ;
	}

BR {
	clear: both
	} 

