body {
	background-color: white;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, Verdana, sans-serif;
	border: 0px;
	margin: 0px;
	width: 60%;
	margin-left: 20%;
}


div#top {
	margin-top: 1em;
	width: 100%;
	height: 110px;
	background-image: url(images/top.png);
	background-position: top center;
	background-repeat: no-repeat;
}

h1 {
	width: 100%;
	font-size: 150%;
	color: #555555;
	border-bottom: 1px solid #555555;
	margin-top: 1.5em;
}

div#top + h1 {	/* first one, not to low */
	margin-top: 1em;
}

a {
	color: #888888;
	outline: none;
}

a:hover {
	color: #444444;
}

h1 +p {
	text-align: justify;
}

code {
	font-size: 100%;
	border-bottom: 1px solid #EAEAEA;
	font-weight: bold;
}

img {
	border: none;
}
