@import url("reset.css");
@import url("corner.css");

body {
	font-family: Arial, sans-serif;
	line-height: 1.4;
	background: #000394 url(back.png) top left no-repeat;
	color: #000;
	height: 100%;
}

h1 a {
	font-size: 200%;
	text-decoration: none;
	color: #000;
	display: block;
	width: 600px;
	height: 92px;
	overflow: hidden;
}
h1 a span {
	height: 100%;
	width: 100%;
	display: block;
	background: transparent url(leendertz.png) center center no-repeat;
}
address {
	margin-top: 1ex;
	padding-bottom: 3ex;
}
.dialog .content {
	padding: 2em 28px 1em 240px;
}
.dialog h1 {
	padding-bottom: 2em;
}
p {
	font-size: 120%;
	font-weight: bold;
}
