/* tags */
body,
form,
img,
table,
div,
span,
fieldset,
legend,
input,
option,
select,
textarea,
ul,
li,
p,
td,
th,
a,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
h1{
	font-size: 34px;
	line-height: 36px;
	margin-bottom: 20px;
}
h2{
	font-size: 18px;
	line-height: 24px;
	margin-top: 24px;
	margin-bottom: 10px;
}
h4{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 14px;
}
h5{
	font-size: 10px;
	font-weight: normal;
	color: #878689; /* donkergrijs */
	line-height: 14px;
}
div.txt{
	line-height: 22px;
}
a{
	text-decoration: underline;
	outline: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: none;
}
ul{
	padding: 5px 15px;
	padding-top: 0;
	padding-bottom: 0;
}
li{
	padding: 0;
	margin-left: 15px;
}