h1
{
	font-family: sans-serif;
	background-color: red;
	background-position: center;
	letter-spacing: .2em;
	padding: .5em;
	color: white;
	text-align: center;
}
body
{
	color: #00a;
	padding: 20;
	font-family: serif;
	background-color: #EFF;
	background-image: url(plaatjes/PGachter.gif);
	background-attachment: fixed;
	background-position: center;
}
a
{
	text-decoration:none;
}
a:visited
{
	color:blue
}
a:active
{
	background: #000;
}
a:hover
{
	background: #fef;
	color: #900;
}