body
{
	color: #FEFFFE;
	background-color: #C00;	
	
	font-size: 18px;
	font-family: Palatino, serif;

	text-align: center;
	line-height: 120%;
}

div#formulier
{
	margin: 20px auto;
	padding: 1em;
	border: solid 1px white;
	display: inline-block;
	background-color: #B00;	
}

div.button
{
	text-align: center;
	padding-top: 1em;
}

input, select, textarea
{
	font-size: 14px;
	background-color: #FCC;
}

input.text, textarea
{
	font-size: 18px;
	text-align: left;
}

input:focus
{
	background-color: #FDD;	
}

input#verstuur
{
	color: #FEFFFE;
	background-color: #C20C21;
	height: 40px;
	width: 160px;
	font-family: Palatino, serif;
	font-size: 18px;
}

a
{
	color: #FEFFFE;
}

table
{
	margin: 0 auto;
	border: solid 1px white;
	background-color: #A00;	
}

td, th
{
	text-align: left;
	padding: 2px 10px;
}

th
{
	border-bottom: dotted 1px white;
}