/* CSS Document */

.text {
	font-family: Courier New, Courier, mono;
}

.textkop {
	font-family: Courier New, Courier, mono;
	font-weight: bold;
	color: #000;
}

.textBold {  
font-family: Courier New, Courier, mono; font-weight: bolder; color: #000000
}


a:link {	color: white;
	border: 0;
}
a:visited {	color: white;
	border: 0;
}
a:hover {	color: white;
	border: 0;
}
a:active {
	color: white;
	border: 0;
}

.scrollArea { 
width: 850px; 
height: 185px; 
padding: 0px; 
border-style: solid; 
border-width: 0; 
overflow: auto; 
}



