body {
	font-size:4mm;
	font-family:Verdana, Arial, sans-serif;
	color:black;
}

div#header h1 {
	display:block;
}

div#header a {
	display:block;
	text-align:center;
	font-size:5mm;
	font-weight:bold;
	color:black;
	text-decoration:none;
	padding:5mm;
	margin-bottom:5mm;
	border-bottom:1mm solid gray;
}

/* Meny är onödigt vid utskrift */
div#navigation {
	display:none;
}

div#sidebar {
	float:left;
	width:20%;
	margin-right:1cm;
	overflow:hidden;
	padding-top:1cm;
}

div#main {
	float:right;
	width:70%;
	overflow:hidden;
	padding-top:1cm;
}

h1 { font-size:6mm; font-weight:bold; }
h2 { font-size:5mm; font-weight:bold; color:gray; }
h3 { font-size:4mm; font-weight:bold; }
a { color:gray; text-decoration:underline; font-style:italic; }