@charset "UTF-8";

body {
	background-color: white;
	color: black;
	margin-top: 0cm;
	margin-left: 3cm;
	margin-right: 3cm;
	margin-bottom: 2cm;
	width: 15cm;
	text-align: justify;
	font-size: 14pt;
	line-height: 18pt;
}
h1 { text-align: center;
     font-weight: normal;
     font-size: 24pt;
     line-height: 28pt; }
h2 { text-align: center;
     font-weight: normal;
     font-size: 20pt;
     line-height: 26pt; }
h3 { text-align: left;
     font-weight: bold;
     font-style: normal;
     font-size: 18pt;
     line-height: 24pt; }
ol { list-style-type: upper-roman; }
blockquote {
	font-size: 12pt;
	line-height: 16pt;
}
*.fotnot {
	color: grey;
	font-size: 12pt;
	line-height: 16pt;
}
div.nav {
	text-align: center;
	padding: 1cm 0 1cm 0;
}
div.nav a {
	color: #336699;
	text-decoration: none;
}
div.nav a:hover { background: #FFCC33; }
p.nav {
	text-align: right;
	font-style: italic;
}
p.nav a { text-decoration: none; }
img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5cm 0 1cm 0;
}

