﻿.main {
	width: 800px;
	margin: auto;
}
.title {
	text-align: center;
	font-family: "trebuchet MS";
	font-size: x-large;
	font-weight: bolder;
	background-color: #FFFF99;
	color: #000099;
}
.inhoud {
	font-family: "trebuchet MS";
}
.subtitle {
	font-family: "trebuchet MS";
	font-weight: bolder;
	color: #800000;
}
a:link {
	font-family: "trebuchet MS";
	color: #990000;
	text-decoration: underline;
}
a:visited {
	font-family: "trebuchet MS";
	color: #990000;
	text-decoration: underline;
}
a:hover {
	font-family: "trebuchet MS";
	color: #990000;
	text-decoration: underline;
}
.slogan {
	font-family: Vivaldi;
	font-size: xx-large;
	text-align: center;
}

