body {
	font-family: Open Sans, Arial;
	font-size: 12pt;
	line-height: 1.4;
	padding: 1em;
	text-align: left;
	max-width: 800px;
	margin: 2em auto;
	color: #444; /* text color */
	/* min-width: 400px;  */
	
	background-image: url("gfx/logo-top-pattern-a.png");
	background-repeat: repeat-x;
}

a {
	color: inherit;
	text-decoration: none;
}

a.visible {
	color: #e60;
}
a.visible:hover	{
	color: #f84;
}

img	{
	padding: 1mm; 
	vertical-align: middle;
}

li	{
	padding: 1mm;
}

h1 {
	text-align: center;
	padding: 1em;
	font-family: serif;
	color: #222;
	font-size: 52px;
}
h1 .aia {
	font-family: Arial Rounded MT Bold;
	color: #026;
}
h1 .aii {
	font-family: Arial Rounded MT Bold;
	color: #026;
}
h1 .folk {
	font-family: Segoe Script;
	color: #000;
	font-style: italic;
}

h1 .folk .o {
	font-family: Segoe Script;
	color: #f61;
	font-style: italic;
}

.subtitle {
	font-size: 24px;
	text-align: center;
	margin: auto;
	font-weight: normal;
	font-style: italic;
}

h2 {
	margin-left: 2em;
}

.toc {
	text-align: center;
	margin: 3em auto;
}

.toc a {
	margin: 5mm 1em;
	border: 0px solid #555;
	border-bottom-width: 1px;
}
.toc a:hover {
	color: #e60;
	border-color: #e60;
}

.spacer {
	display: block;
	margin: 3em auto;
	width: 10px;
	height: 10px;
	border-radius: 2px; /* small radius */
	background: #e60;
}

#end	{
	background: #333;
}

.direction {
	width: 5em;
	text-align: center;
	margin: 8em auto;
	color: #222; /* text color */
	font-family: 'Comic Sans MS';
	font-weight: bold;
	border: 2px solid #888;
	border-radius: 5px;
}

.direction a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 1em auto;
}

.direction:hover {
	background: #DDD;
}

.content {
	margin: 1em; 
	text-align: justify;
}