@charset "UTF-8";
/* stylesheet algemeen */

body{
	font-family: "Courier New", Courier, monospace;
}

img {
	padding:0;
	margin:0;
}

a:link {
	text-decoration: none;
	color: #669900;
}
a:visited {
	text-decoration: none;
	color: #66FF00;
}
a:hover {
	text-decoration: none;
	color: #669900;	
}
a:active {
	text-decoration: none;
}

#head{
	text-align:center;
	font-size: 24px;
	color: #336633;
	width: 100%;
	height: 150px;
}
#head a{
	color: #339900;
	font-size: 24px;

}
#content{
	text-align:center;
	display: block;
	margin-top: 100px;
	font-size: 7px;
	color: gray;

}





