/*
groen: 		#99cc66;
groen donkerder 	#7ca553;
oranje:		#ff9900;
*/

body{
color: #000;
font-family: Arial,Helvetica, sans-serif;
line-height: 18px;
font-size: 12px;
}


h2{
font-weight: normal;
font-size: 28px;
line-height: 36px;
}
h1 {
font-weight: bold;
font-size: 18px;
line-height: 24px;	
}
ul {
	margin:0px;
	margin-top:18px;
	padding: 0px;
	padding-left: 0px;
}

li {
	margin:0px;
	padding: 0px;
}


.green{
color: #7ca553;
}

/*l inks */
a {color: black; text-decoration: none;}
a:hover{color: #7ca553;}

#footer a{color: black;}
#footer a:hover{color: #ff9900;}

#header a{
color: #000;
}
#header a:hover{
color: #ff9900;
}