/*style for senssential pages*/

body {
	background-color: #676767;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px; }
.menu_boven {font-family: tahoma; font-size: 12px; color: #000000; padding-left: 21px}
.menu-opzij {font-family: tahoma; font-size: 12px; color: #FFFFFF; padding-top: 7px}
.scroll {overflow: auto; width: 609px; height: 313px; font-weight: normal; }
.middenvlak {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	padding-left: 0px;
}


/*content header tags*/

h1 {
	font-family: tahoma;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
}
h2 {
	font-family: tahoma;
	font-size: 12px;
	color:#000000;
    font-weight: bold;
}
h3 {
	font-family: tahoma;
	font-size: 12px;
	color:#000000;
    font-weight: bold;
}


/*content link kleuren*/

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #000000;
}

