/*------------------------------------------------------------------------------------
 * {bedrijfsnaam} Website Print Presentation Layer
 * Author:	{naam}
 * Created:	{datum} 
 * Notes:	{notities, bugs, etc.}
-------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: 		white;
	color: 				black;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 	1em;
	border-bottom: 		1px solid gray;
}

a {
	color: 				#black;
	text-decoration:	underline;
}

a:link {
	color: 				#black;
	text-decoration:	underline;
}

a:active {
	color:				#black;
	text-decoration:	underline;
}

a:hover {
	color:				#black;
	text-decoration:	underline;
}

a:visited {
	color:				#black;
	text-decoration:	underline;
}