@charset "utf-8";
/* CSS Document voor leesmeer pagina's*/

body, blockquote, table, strong, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large; 
	color: #FF6633
}
p {
	margin: 0;
	margin-bottom: 15px;
}


tr {
	height: 1em;
}


ul.bullet {
	list-style: none;
	list-style-position: ouside;
	margin-left: -42px;
	margin-bottom: 15px;
}
li.bullet:before {
	position: relative;
	content: '* ';
	margin-left: -12px;
	bottom: -5px;
	font-size: 1.4em;
}
li.bullet {
	margin-left: 13px;
}

