/* CSS Document */

.standaard, p, tr, td, li, ul, span {
	font-family: Arial;
	color: #442c28;
	font-size: 12px;
	}

h2 {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #442c28;
	margin-bottom:0px;
	margin-top:0px;	
}

a:link, a:visited, a:active {
	color: #b30134;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

