/* basic elements */
/*	background-color: #ffff99; */
/*	background-image: url(Plaatjes/ImBgHM.gif); */
/*      background-repeat:  no-repeat; */
/*      background-position: bottom right; */
/*	background: #ffff99 url(Plaatjes/ImBgHM.gif) no-repeat bottom right; */

html {
	margin: 50px;
	padding: 10px;
	}
body { 
	background-color: #ffff99;
	background-image: url(Plaatjes/ImBgHM.gif);
        background-repeat:  no-repeat;
        background-position: bottom right;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: medium; 
	line-height: 1.5em; 
	color: #0033ff; 
	}
p {
	text-indent: 3em; 
	}
h1 { 
	font-size: xx-large; 
	letter-spacing: 0.2em; 
	line-height: 1.8em; 
	}
h2 { 
	font-size: x-large; 
	letter-spacing: 0.1em; 
	line-height: 1.5em; 
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0033ff;
	}
a:visited { 
	font-weight: normal; 
	text-decoration: none; 
	color: #0099ff;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #0000ff;
	}
acronym {
	border-bottom: none;
	}


/* specific divs */

#naw { 
	position: absolute;
	top: 350px;
	left: 50px;
	line-height: 1.8em; 
	}
