/**
 * <Videohouse>
 *
 * Stylesheet for print.
 *
 * @author 			Davy De Pauw <davy@marlon.be>
 * @copyright		Marlon bvba <http://www.marlon.be>
 * @date 			2007-11-22
 * @lastmodified	2007-12-05
 */

body {
	margin: 2cm; /* use own value */
	font-family: Verdana, sans-serif;
	font-size: 12pt;
}

h1, h2, h3, h4 {

}

	
a:link, a:visited {
	color: gray;
}	

/* print URLs after link text - use with caution */
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

/* See http://www.alistapart.com/articles/improvingprint for urls in footnote (with javascript) */