body {
	text-align: center;
	width: 100%;
}

body, a, div {
	color: black;
	font-family: helvetica, sans serif, arial;
	font-size: 12px;	
}

select {
	width: 200px;
}

a:link, a:active, a:visited, a:hover {
	color: black;
	text-decoration: none;
}

.steptitle {
	text-align: center;
	color: red;
	font-weight:bold;
	font-size: 24px;
	font-family: helvetica, sans serif, arial;	
	font-style: none;
}

.steptitle a:link, .steptitle a:active, .steptitle a:visited, .steptitle a:hover {
	font-size: 30px;
	color: #009900;
}
.steptitle a:hover {
	text-decoration: underline;
}

.waardebox , .waardebox-active {
	color: #333333;
	padding: 8px 0px;
	text-align:center;
	width:140px;
	float:left;
	margin: 2px;
	cursor: pointer;
	background-color: #eeeeee;
}

.waardebox-active {
	background-color: red;
	color: white;
}

</style>
