 
 .content { line-height: 20px;  
}

body {

overflow: -moz-scrollbars-vertical;

 }


body, table, td
				{	
color:#000000; 

cursor: default;	font-family: verdana;	font-size:11px;}

H1 {
cursor: default;		font-size:18px;
}

H2 {
display: inline;  font-weight: bold;
cursor: default;	 font-size:14px;
}

A:link		{	 text-decoration: none;	color: #7C9C2C;	cursor: pointer;}
A:visited   {	 text-decoration: none;	color: #7C9C2C;	cursor: pointer;}
A:active    {	text-decoration: underline;	color: #7C9C2C;	cursor: pointer;}
A:hover		{	 text-decoration: underline;	color: #7C9C2C;	cursor: pointer;}
 
 /* Start of CMSMS style sheet 'hovenierleverancier' */
#navigatie {
text-align: center;
}
#navigatie ul{


width: 100%;
padding: 0;
margin: 0;
white-space: no-wrap;
}
#navigatie ul li{
display: inline;
}
#navigatie ul li a{
padding-left: 2em;
padding-right: 2em;
font-size: 18px;
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: #7C9C2C;
font-weight: bold;

}
#navigatie ul li a:hover{
text-decoration:underline;


}

