/* Gemaakt door Arian Stolwijk www.aryweb.nl */

body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}


img {
	border: 0;
}

h1,h2,h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0 0 10px 0;
}

h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
	font-style: italic;
}

a {
	color: #014574;	
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.error {
	font-size: 0.9em;
	font-style: italic;
	color: red;
}

