html, body {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	background: white;
	color: black;
	margin: 0mm;
}

a {
	background: white;
	color: black;
	text-decoration: underline;
	font-weight: bolder;
}

h1 {
	font-size: 15pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
}

h4 {
	font-size: 8pt;
}

h5 {
	font-size: 7pt;
}

h6 {
	font-size: 6pt;
}

p {
	text-align: justify;
}

div#page {
	width: 100%;
	margin: auto;
}

div#left, div#right {
	display: none;
}

div.page-title {
	text-transform: uppercase;
	text-align: center;
	padding: 2mm 0mm;
	font-weight: bolder;
	font-size: 14pt;
}

div.page-info {
	border: 0.5mm solid black;
	font-size: 8pt;
	/*text-align: center;*/
	padding: 1mm;
}

div.page-nav {
	float: left;
	text-align: left;
}

div.page-updated {
	float: right;
	text-align: right;
}

div.entry-info {
	font-size: 8pt;
}

div#copyright {
	border: 0.5mm solid black;
	margin-top: 2mm;
}

div#copyright p {
	text-align: center;
	font-size: 8pt;
}