/* stylesheet for http://www.boislecomte.be/ home page */

body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 20px;
	font-family: sans-serif;
}

h1 {
	margin: 0;
	padding: 0;
}

#content {
/*	position: absolute;
	top: 10px;
	left: 520px; */
	color: #000;
	font-family: sans-serif;
}

a {
	color: #00f;
	text-decoration: underline;
}

h2 {
	font-size: 1.5em;
	color: #060;
}

h3 {
	font-size: 1.2em;
	color: #060;
}

h4 {
	font-size: 1.1em;
	color: #060;
}

#content img {
	margin: 0.3em;
	border: 1px solid #060;
	padding: 3px;
}

