/*
	Stylesheet 'Comely', substylesheetsheet for print
	written by Jurriaan van Hengel (December 2008)

*/

/*
lijsten opmaken
link href afdrukken
high-res logo?
*/

/* Hiding interactive elements */

#menu,
.menu,
#sidebar,
.sidebar,
#header,
.header,
#footer,
.footer {
	display: none;
}

/* Formatting for print */

body {
	font-family: "Book Antiqua", serif;
	font-size: 11pt;
	color: black;
}

#content  h2,
#content  h3,
#content  h4,
#content  h5,
#content  h6 {
	font-family: "Book Antiqua", serif;
	border-bottom: 1pt dotted #0060A9;
	text-align: center;
}

a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
}

img {
float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */
}