/* 
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: 10pt;
}

h1, h2, h3, h4
{

}

h1 a, h2 a, h3 a, h4 a
{
	text-decoration: none;
}

	
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%;*/
}

/* print URLs after link text - use with caution */
a#logo:link:after, a#logo:visited:after
{
  content: "";
}

.headerimage
{
	display: none;
}

p.note
{
	font-size: 10pt;
	font-style: italic;
}

#skip-nav, #lang, #nav, #footer, .more, #search, #subnav, #breadcrumbs, #baseline, #actions, #sendtoafriend, #daisysitenavigation, #navigationdocument
{
	display: none;
}


/* See http://www.alistapart.com/articles/improvingprint for urls in footnote (with javascript) */

