/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0 }
#header { display:none; }
#content { display:none; }
#content { display:block; }
#comments { display:block; }
#sidebar { display:none; }
hr {	display: none;	}
#navmenu {	display: none;	}
#aktab {	display: none;	}
#footer { display:none; }
#breadcrumb {	display: none;	}	
.entrytext h3, .entry h3 { margin 10px 0px 0px 0px; }

h2, h3 {	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;	font-weight: bold;	margin:30px 0px 0px 0px; }
h4, h5 {	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;	font-weight: bold;	margin-top:25px; margin-bottom:6px;	}
pre {	font-size: 12px;	}
.postmetadata { display:none; }

p.breakhere {page-break-before: always}

#tabell td {
	vertical-align:top;
	text-align: left;
	}

a {font-weight:bold; color:black; }
h2 {	font-size: 1.4em;	}
h3 {	font-size: 1.3em;	}
h4 {	font-size: 1.2em;	}
}