body.bg {
		
		background: #333333 url('gif/background.gif') repeat-x top left;
		color: #000000; /* text color */
		font-family: Verdana; /* font name */
		font-size: x-small; /* font size */
		margin: 0px 0px 0px 0px; /* top right bottom left */
	}
body.jhmain {
		background-color: #FFFFFF; /* background color */
		color: #000000; /* text color */
		font-family: Verdana; /* font name */
		font-size: x-small; /* font size */
		margin: 0px 0px 0px 0px; /* top right bottom left */
	}
	
		a.nav,.nav:link, .nav:visited
	{
		padding: 0 5px 0 5px;
		background: white;
		color: black;
		border-left: 1px solid #CCCCCC; /*high */
		border-top: 1px solid  #CCCCCC;
		border-right: 1px solid #000000;
		border-bottom: 1px solid #000000;
		text-decoration: none;
	}

	a.nav:hover{
		padding: 0 5px 0 5px;
		background: white;
		color: red;
		border-left: 1px solid #000000; /*high */
		border-top: 1px solid  #000000;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		text-decoration: none;
	}
    a.nav:active{
		padding: 0 5px 0 5px;
		background: #0d203e;
		color: #ffffff;
		border-left: 1px solid #000000; /*high */
		border-top: 1px solid  #000000;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		text-decoration: none;
	}


	/* nav1 */
		a.nav1, .nav1:link, .nav1:visited, .nav1:active
	{
		width: 110px;
		padding: 0 5px 0 5px;
		background: white;
		color: navy;
		border-left: 1px solid #CCCCCC; /*high */
		border-top: 1px solid  #CCCCCC;
		border-right: 1px solid  #000000;
		border-bottom: 1px solid #000000;
		text-decoration: none;
	}

	a.nav1:hover{
		width: 110px;
		padding: 0 5px 0 5px;
		background: #FFFFCC;
		color: black;
		border-left: 1px solid #000000; /*high */
		border-top: 1px solid  #000000;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		text-decoration: none;
	}
	/* eind nieuw menu */
	a:active {
		color: #B22222; /* active link color */
	}

	a:link {
		color: #FF0000; /* link color */
	}

	a:visited {
		color: #993366; /* visited link color */
	}

.hoofdtabel{
width: 700; /* table width */
border: none;
}
.head {
   font-size: +2;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}
.subhead {
   color: #333333;
   font-size: 14px;
   font-style: normal;
   font-weight: bold;
   text-decoration: none;
}



	
	