/* print stylesheet for http://www.boislecomte.be/ */

body {
	background-color: #fff;
	color: #000;
}

h1 {
	display: none;
}

a {
	color: #000;
	text-decoration: underline;
}

h1 a {
	text-decoration: none;
}

menu {
	display: none;
}

#content {
	margin: 1em;
	font-family: sans-serif;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;
}

#content img {
	margin: 0.5em;
	border: 1px solid #000;
	padding: 0.2em;
}

