body { 
font-family: Arial, Helvetica, sans-serif;
font-color:#333333;

}

p    {
font-size:14px;
font-color:#333333;
}

H1 { 
font-size: 16px;
font-color:#666666;
Font-style:bold;
}

#button {
	
	margin-bottom: 1em;
	font-family:  Arial, sans-serif;
	background-color: #FFFFFF;
	color: #333;
	}

ol
{
list-style-image: url(afbeeldingen/bullit.gif);
list-style-type: circle
}
a:link { color: #022578; text-decoration: none }
a:visited { color: #d90116; text-decoration: none }
a:hover { color: #022578; text-decoration: underline }

