/* als ik me niet vergis hoef je voor niks te zijn... vragen doet geen pijn, 
en respect hebben voor andermans werk ook niet... dus...? */

/* body */

body, table, td, tr, p {
	font: 10pt arial, helvetica, sans-serif;
	color: #000000;
	}

body {
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	background: #000000;
	}

/* links */

a:link {
	color: #ffffff;
	text-decoration: none;
	}
a:visited {
	color: #ffffff;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	color: #ffffff;
	}

/* forms */

input, textarea, select {
	background-color: #263F55;
	font: 10pt arial, helvetica, sans-serif;;
	color: #ffffff;
	border: 1px solid #ffffff; }
	
/* headers */

h1 { 

	font: 12pt arial, helvetica, sans-serif; 
	color: #ffffff; 
	font-weight: bold;
	margin:0;
	}
	
h2 { 

	font: 10pt arial, helvetica, sans-serif; 
	color: #000000; 
	font-weight: bold;
	margin:0;
	}

/* lists */

ul {
list-style-type: square;
}