/* CSS Document */
BODY {
	font-family: Times New Roman, Times, serif;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	padding:0px;
	left:0px;
	top:100px;
	margin-left:0px;
	margin-top:0px;
	background-image:url(../images/achtergrond.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

h2 {
	margin-top:50px;
	margin-bottom:30px;
	font-family: Times New Roman, Times, serif;;
	font-size:36px;
	color:#04047E;
	font-weight:bold;
	text-decoration:underline;
	}
	
.main {
	margin-top:70px;
	vertical-align:middle;
	width:100%;
}

.mail {
	margin-top:40px;
	font-family: Times New Roman, Times, serif;
	font-size:24px;
	font-weight:normal;
	color:#04047E;
}

a:link {  
	color:#04047E;
	font-weight:bold;
	text-decoration:none;
}

a:active {
	color:#04047E;
	font-weight: bold;
	text-decoration: none;
}

a:visited {  
	color:#04047E;
	font-weight: bold;
	text-decoration: none;
} 

a:hover {  
	color: #BBBBF7; 
	font-weight: bold;
	text-decoration: underline;
}

	