/* Text Styles */
body {
	background: #4B4B4B url(/images/krijtstreep.gif) fixed center;
}
body, td, p, input, select, textarea {


	font-family: verdana;
	font-size: 9px;
	color: #333333;
	word-wrap: break-word;
}


b {


	color: #7D7D7D;


}




/* Input styles */
.button {


	background-color: #FCFCFC;
	font-weight: bold;


}


/* Link Styles */
a {


	font-weight: bold;
	color: #FF00A0;
	text-decoration: none;


}
a:hover {


	color: #7D7D7D;


}


a.graybold {


	font-weight: bold;
	color: #7D7D7D;
	text-decoration: none;


}
a.graybold:hover {


	color: #FF00A0;


}


a.gray {


	color: #333333;
	text-decoration: none;


}
a.gray:hover {


	color: #FF00A0;


}


a.grayline {


	color: #333333;
	text-decoration: underline;


}
a.grayline:hover {
	
	color: #FF00A0;


}

