body {
	font-family: "Comic Sans MS";
   font-size: 10px;
	color: #005917;
}

.heading {
	font-weight: bold;
	font-size: 15px;
	vertical-align: top;
	color: #005917;
	font-family: "Comic Sans MS";
	text-align: left;
}

.heading2 {
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
	color: #005917;
	font-family: "Comic Sans MS";
	text-align: left;
}

.heading3 {
	font-weight: bold;
	font-size: 11px;
	vertical-align: top;
	color: #005917;
	font-family: "Comic Sans MS";
	text-align: left;
}

h2 {
	font-weight: bold;
	font-size: 15px;
	vertical-align: top;
	color: #005917;
	font-family: "Comic Sans MS";
	text-align: left;
}

h3 {
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
	color: #005917;
	font-family: "Comic Sans MS";
	text-align: left;
}

.headingbrown {
	font-weight: bold;
	font-size: 15px;
	vertical-align: top;
	color: #622E1D;
	font-family: "Comic Sans MS";
	text-align: left;
}

.brown{
	color: #622E1D;
}

.note {
	font-size: 10px;
	color: #622E1D;
	font-family: "Comic Sans MS";
}


table {
	font-size: 13px;
}

#list-menu {
/* define the width of menu */
width: 160px;
}

#list-menu ul {
/* define ul */
margin: 0;
padding: 0;
list-style-type: none;
font-family: "Comic Sans MS";
font-size: 14px;
} 

#list-menu li {
	margin: 0 0 6 0;
} 

#list-menu a {
	/* define whatever inside the li */
	display: block;
	width: 160px;
	padding: 2px 4px 2px 4px;
	border: 0px;
	background: #007D2D;
	text-decoration: none;
	text-align: center;
} 

#selected li {
	background: #ff7D2D;
	border: 1px;
	font-weight: bold;
	font-size: 14px;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	/* define the color of the actual link */
	color: #ffffff;
	font-weight: bold;
}

#list-menu ul li a:hover  {
/* create the rollover effect of the link */
border: 0px ;
background: #f0cd3b;
color: #ffffff;
} 

#list-menu ul li a#selected  {
/* create the rollover effect of the link */
border: 0px ;
background: #7BC523;
color: #ffffff;
} 



div.geelblok{
	
	padding: 25px;
	border-width: 3px;
	border-style: solid;
	border-color: #FBE177;
	margin: 0px;
}

a{
	
	color: #005917;
	text-decoration: underline;
}

a:visited
{
	
	color: #005917;
	text-decoration: underline;
}
a:active
{
	color: #005917;
	text-decoration: underline;
}
a:hover
{
	color: #7BC523;
	text-decoration: none;
}

.tableline {
	border-collapse:collapse;
}

hr {
	border: 0;
  width: 100%;
  color:#005917;
  background-color: #005917;
  height: 1px;
}