/*** ALGEMEEN STIJLBLAD VOOR GP SITE ***/

html, body, div { 
   margin:0px; 
   padding:0px; 
   border:0px; 
   border-collapse:separate; 
   border-spacing:0px; 
   }

body {
	font-family:arial;
	font-size:10pt;
	line-height:18px;
	}
	
h1 {
	font-size:20pt;
	font-weight:250px;
	line-height:25px;
	}

h2 {
	font-size:16pt;
	font-weight:250px;
	line-height:22px;
	}

h3 {
	font-size:13pt;
	font-weight:0px;
	line-height:22px;
	}
	
img {
	border-width:0px;
	}

a {color:#006600; text-decoration:none;}
a:link {color:#006600;}
a:visited {color:#006600;}
a:hover {text-decoration:underline;}

#Bron {
	font-size:8pt;
	font-style:italic;
	}

#PagNav {
	position:relative;
	bottom:-3px;
	font-size:12pt;
}

#ValCode {
	color:#333333;
	font-weight:bold;
	letter-spacing:4px;
	}
