/*
 * "Print" style for NORMAL.no
 */

.screen { display: none; }
/* .png { behavior: url("/pngiefix.htc"); } */

body {
	font-family: "Georgia", "Times", serif; 
}

h1 {
	margin: 0px;
}

h2 {
	font-family: sans-serif;
	margin-bottom: -0.5ex;
	padding-top: 1ex;
	page-break-after: avoid;
}

h3 {
	font-family: sans-serif;
}

.boxed {
        border-right: 1px solid black;
        border-bottom: 1px solid black;
        margin: 0.5cm;
	padding: 4mm;
}


/* For better page breaking when printing
 * Don't seem to work in Firefox */
/*
p { widows: 2; orphans: 2 }
div.section > p:first-child { page-break-before: avoid; }
*/


/* Handle links. Put URL after tekst */
a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

/* TODO: only on select links. Looks ugly when aplied to every link
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}*/

/* 
#content a[href^="/"]:after {
	content: " (http://normal.no" attr(href) ") ";
} */
