body {
	margin	: 0;
	padding : 0;
	color	: black;
	/*background-image: url('back.png');
	background-repeat: repeat-y;*/
	background-color: #B22222; /* firebrick */
}

h1, h2 {
	text-align	: center;
	color		: blue;
}

p {
	margin		: 0;
	margin-top	: 3px;
	text-indent	: 1.5em;
	text-align	: justify;
}

p.ni {
	text-indent	: 0;
}

p.center {
	text-align	: center;
}

span {
	color		: blue;
}

div.mainmenu {
	position: fixed;
	width: 16%;
	color: white;
	top  : 0;
	background-color: #B22222; /* firebrick */
	font-size: smaller;
	font-family: Arial, serif;
	padding: 0;
}

div.mainmenu div {
	padding: 2px 5px 2px 10px;
	margin: 0 0 8px 0;
}

div.mainmenu a {
	color: white;
	text-decoration: none;
}

div.mainmenu div:hover {
	background-color: maroon;
}

div.body {
	background-color: #FFDEAD; /* navajowhite */
	font-family: Georgia, Times, serif;
	position: absolute;
	top  : 0;
	width: 80%;
	left : 16%;
	padding: 10px 10px 30px 10px;
	min-height: 100%;
}
