*:not(kbd, samp) {
	font-family: "Manuale", serif;
	font-size: 16pt;
}

header {
	border-bottom-style: solid 10px;
}
h1 {
	font-size: 32pt;
}

h2 {
	font-size: 23pt; 
}

.subh {
	font-weight: bold;
	background-color: #00AAEE;
	display: inline;
}

nav {
	padding-top: 0.2cm;
	padding-bottom: 0.2cm;
	background-color: #EEEEEE;
}

.navitem {
	padding-right: 0.4cm;
	/*border-left: 2px solid #555555;*/
	border-right: 2px solid #555555;
	margin-right: 5px;
}

.navitem:not(:first-child) {
	padding-left: 0.4cm;
}

.navitem:first-child {
	padding-left: 0.2cm;
}
