 body {
	background-color: #FFE1EE;  
	background-image: url(images/bg01.jpg); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	}

 A {
	font-size : 9pt;
	font-weight : normal;
	color : Black; 
	font-family : "Courier", Courier, monospace;
	text-decoration: none;
	line-height: 20px;
	}

 A:HOVER {
	font-size : 9pt; 
	font-weight : normal; 
	color : Black; 
	font-family : "Courier", Courier, monospace;
	text-decoration: none;
	background-image: url(images/highlite.gif);
	background-position: left;
	line-height: 20px;
	}
	
 .bodytxt {
	font-size : 10pt;
	font-weight : normal;
	color: Black;
	font-family : "Courier", Courier, monospace;
	line-height: 10px; 
	}
	
 .kop {
	font-size : 10pt;
	font-weight : normal;
	color: Black;
	font-family : "Courier", Courier, monospace;
	line-height: 18px; 
	}
	
