body {
	font-family: Arial, Helvetica, sans-serif;
}

form {
	margin: 0px;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

/* ======================================= */
/* Body */
/* ======================================= */

div#body {

}

/* ======================================= */
/* 0pmaak */
/* ======================================= */

h1 
{
    font-size: 24px;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
	font-family: "Courier New", Courier, Arial, Helvetica, sans-serif;
}

h2 
{
    font-size: 15px;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
	clear: right;
}

h3 
{
   	font-size: 12px;
	margin-top: 0.6em;
	margin-bottom: 0.2em;
}

p 
{
    font-size: 12px;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	line-height: 1.5em;
}

label 
{
    font-size: 12px;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	line-height: 1.5em;
}

ul, ol {
	margin-top: 0px;
	margin-bottom: 0.8em;
	margin-left: 28px;
}

li 
{
    font-size: 12px;
	line-height: 1.5em;
}

a img {
	border: 0px;
}

input, select, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.correct {
	border: none;
}

.incorrect {
	background-color: #EAE5B2;
	border: 1px solid #bbaa00;
}