h1           {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 125%
}
h2
{
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 140%;
}
h3
{
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 120%;
}
h4
{
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-style: normal;
	font-size: 110%;
	font-weight: normal;

}
h5
{
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-style: normal;
	font-size: 90%;
	font-weight: normal;

}
h6
{
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	font-size: 80%;
}
.unnamed1 {
	font-size: larger;
}
.oranje {
	color: #FF9900;
}
table {
	font-weight: normal;
	font-style: normal;
	bgcolor : 0,0,50;
	font-size: 100%;


}
body {
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-weight: normal;
	font-style: normal;
	bgcolor : 0,0,50;
	font-size: 72%;
	/* background-image: url(../plaatjes/achtergrond.gif);
	background-attachment: fixed;
	 */
	background-color: #FFFFFF;
	/* color: #FFFFFF; */
	
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666666;

}
img {
	border : 0px;
}


div#centreer_container		
		{
			margin: 1em auto;
			width: 80%;
			/* border: 1px solid #000; */
			padding: 1em;
			/* background-color: #ddd; */
			text-align: center;
		}


.centreer {
	top: 25%;
	position: relative;
	left: 25%;
}


.achtergrond {
	background-color: #000066;
}

.waarschuwing {
	background-color: #FFCC33;
	color: #000000;
	border: 2px solid black;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
	border-color: #000066;
	border-width: 2px;
	margin: 1em;
	padding: 0.5em;
}

a:link {
	text-decoration: none;
	color: #3399CC;
}
a:visited {
	text-decoration: none;
	color: #3399CC;
}
a:active {
	text-decoration: none;
	color: #3399CC;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3399CC;
}
