/* CSS Document */

.footertekst {
	font-size: 26px;
	font-weight: normal;
	color: #FF0000;
	font-variant: small-caps;
	text-align: right;
}

.maintekst {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
}
 
.maintekst2 {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}
 
.headertekst {
	font-size: 18px;
	font-style: italic;
	color: #FFFF00;
}

.headerleo {
	font-size: 16px;
	font-style: italic;
	color: #FF0000;
	font-weight: bold;
}

.headercolumns {
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	font-variant: small-caps;
}
 
.fouttekst {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}
 
.goedtekst {
	font-size: 11px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
}
 
a:link{
color: #FFFF00;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}

a:visited{
color: #FF0000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}

a:hover{
color: #FFFFFF;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
}

a:active{
color: #FF0000;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
} 
