body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 0.9em;
	font-weight : normal;
	color : #330099;
	text-align: center;
	background-image : url("images/achtergrond.jpg");
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
  	padding: 20px 0 0 0;
 	width: 650px;
}

h1, h2	{
	font-family: Courier New, Courier;
}	
	
h1	{
	font-size : 2.4em;
	font-weight : bold;
	color : red;
	text-align: center;
}

H2 {
	font-size : 1.8em;
	font-weight : bold;
	color : red;
}

EM {
	font-size : 1.2em;
	font-weight : bold;
	color : red;
}

A {
	font-size: 1.1em;
	color : #3366cc;
	font-weight : bold;
	text-decoration: none;	
}

A:HOVER {
	color : #cc3399;
}
