/**
 * <projectname>
 *
 * Stylesheet for print.
 *
 * @date 			2007-11-22
 * @lastmodified	2007-12-05
 */

body {
	margin:0.5cm; /* use own value */
	font-family: Verdana, sans-serif;
	font-size:10pt;
}
#navigation {
	display:none;
}

#content{
	clear:both;
	width:100%
	overflow:visible;
 	position:static;
	top:0;
	margin:0;
}
#sidebar-left{
	width:100%
	overflow:visible;
 	position:static;
}
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%;
}

