/* tags */
body,
img,
form,
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: #58595B; /* lichtgrijs */
	line-height: 20px;
	margin: 0;
	padding: 0;
}
h1{
	font-family: Georgia;
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 20px;
}
h2{
	font-family: Georgia;
	font-size: 11px;
	line-height: 18px;
	margin-top: 15px;
}
h3{
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
h4{
	font-family: Georgia;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 10px;
}
h5{
	font-size: 10px;
	font-weight: normal;
	color: #878689; /* donkergrijs */
	line-height: 14px;
}
h6{
	font-size: 12px;
	font-weight: normal;
	color: #878689; /* donkergrijs */
	line-height: 15px;
}
p{

}
a{
	color: #9276AF;
	text-decoration: underline;
	outline: none;
}
a:hover{
	color: #F78F1E;
	text-decoration: underline;
}
a img{
	border: none;
}
ul{
	padding: 5px 15px;
	padding-top: 0;
	padding-bottom: 0;
}
li{
	padding: 0;
	margin-left: 15px;
}