#content {
    font-family: arial, 'lucida console', sans-serif;
    font-size: 12px;
}

#content a {
    color: #000000;
}

#content .panel a {
	color: #122372;
}
#content .panelClean a {
	color: #122372;
}

.linkButton {
    text-decoration: none;
	text-transform: uppercase;
    cursor: pointer;
}

.panel {
	text-transform: uppercase;
	color: #FF00FF;
}

.panel h3 {
	text-transform: uppercase;
}
.panel h2 {
	text-transform: uppercase;
	font-size:125%;
}
.panel em {
	color:#122372;
/*
 * font-weight: bold;
 * 
 * Niets meer bold???/
 */
	

}

.panel .validationResponse {
	color: #FF0000;
}
#validationText {
	font-size: 10px;
	text-transform: none;
	 
}
.panelSpan table th {
	font-weight: bold;
	padding-bottom: 5px;
}
.panelSpan table td {
	font-weight: normal;
	text-transform: none;
}

.panelCleanSpan #challengesHeader {
	font-size: 16px;
	margin-top: -10px;
}
