/* 
Title:			Print stylesheet
Description:	Description of page
Created:		xx/xx/20xx
Modified:		xx/xx/20xx
*/

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) */