/* Print stylesheet for AFM website */

/*** PRINT STYLESHEET ***/

* {
	padding: 0;
	margin: 0;
}

body {
	padding: 0 10%;
	line-height: 15pt;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}

h1, h2, h3 {
	margin: 1em 0 0.5em;
	font-family: "Arial Narrow", Helvetica, Arial, sans-serif;
	color: #21358b;
}

h4, h5, h6 {
	margin: 1em 0 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1 {
	font-size: 20pt;
}

h2 {
	font-size: 18pt;
}

h3 {
	font-size: 16pt;
}

img {
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

ul {
	list-style-type: disc;
	padding: 0;
}

ol, 
ul {
	margin: 0 0 10px;
}

ul li {
	list-style-type: disc;
	margin-left: 15px;
	padding-left: 10px;
}

ol li {
	list-style-type: decimal;
	margin-left: 20px;
	padding-left: 5px;
}

table {
	margin: 1em 0 0 5px;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;	
}

table th,
table td {
	padding: 0.5em 1em;
	border-bottom: 1px solid #444444;
	border-right: 1px solid #444444;
	text-align: left;
	vertical-align: top;
}


/* Disable these elements: */


/*____________ Uitzonderingen */



