/* By www.weevers.net */
/* This stylesheet sets basic styling (fonts, colors, background-colors, margins, paddings etcetera). */
/* It will be used by all CSS-capable user agents. */

/* Colors used: 			*/
/* Dark gray:	#434343		*/
/* Light gray: 	#CECECE		*/
/* Medium gray:	#5D5D5D		*/


body {
	font: 65%/1.25 Verdana, Geneva, sans-serif;
	color: #434343;
}

/* Set margins and paddings for various elements */
/* This will overrule the margins and paddings that are set in the default stylesheet of the user agent. */
address, blockquote, dl, fieldset, form, hr, ol, pre, table, ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

/* Headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 100%;
	margin: 6px 0 5px 16px;
}

h2 {
	font-size: 100%;
	display: none;
}

h3 {
	font-size: 1opt;
	font-weight: bold;
}

h4 {
	font-size: 80%;
}

h5 {
	font-size: 70%;
}

h6 {
	font-size: 60%;
}

/* Content */

p {
	font size: 10pt;
	color: #434343;
	margin: 10px 10px 5px 16px;
	
}

#submenu a {
	color: #434343;
	margin: 0 0 5px 5px;	
}
#submenu a:hover {
	color: #5D5D5D;
	text-decoration: none;
	background-color: ;
}

#cursus h1 {
	margin-left: 3px;
}

#cursus p {
	color: #434343;
	margin-left: 3px;
}

#cursus a {
	color: #434343;
	text-decoration: underline;
}
#cursus a:hover {
	color: #5D5D5D;
	text-decoration: none;
	background-color: #F9F9F9;
}

#primarycontent a {
	color: #434343;
	text-decoration: underline;		
}

#primarycontent a:hover {
	color: #5D5D5D;
	text-decoration: none;
	background-color: #F9F9F9;
}

#imagery a{ 
	color: #434343;
	text-decoration: underline;
}
#imagery a:hover{ 
	color: #5D5D5D;
	text-decoration: none;
	background-color: #;	
}

td.meer {
	background-color: red;
	color: white;
}

td.meer:hover {
	color: black;
}

