
BODY {	font-family: Helvetica, Arial, sans-serif;
	color: rgb(255, 255, 255);
	background-color: rgb(120, 156, 192);
	background-image: url(images/nth_theme_seasons_spring_bg.gif);
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
/* scrollbar kleuren */
	scrollbar-face-color: rgb(176,152,144);
	scrollbar-shadow-color: rgb(50,100,150);
	scrollbar-highlight-color: rgb(224,212,192);
	scrollbar-3dlight-color: rgb(224,212,192);
	scrollbar-darkshadow-color: rgb(112,136,152);
	scrollbar-track-color: rgb(232,240,248);
	scrollbar-arrow-color: rgb(255,255,255);
}


/* link kleuren */
A:link {	color: rgb(255, 255, 255)}
A:visited {	color: rgb(255, 255, 255)}
A:active {	color: rgb(220, 220, 255)}
A:hover {	background-color: rgb(140, 176, 212)}

A.noline {	text-decoration:none}


H1 {		color: orange; 
		font-weight: normal; 
		margin-left: 20px;
}

UL {		margin-left: 10px;
		list-style-image: url(vaw/pijl.gif);
		padding: 20px
}



