h1 {
	font-weight: bold;
	font-size: 18pt;
	line-height: 18pt;
	font-family: arial,helvetica,serif;
	font-variant: normal;
	font-style: normal;
}
body {
	color: black;
	background-color: white;
	background-image: url(manual/images/feather.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	margin-left: 5%;
	margin-right: 5%;
}
strong {
	font-size: 16pt;
}
a:hover {
	background: #eee;
	color: red;
}
#utf8 {
	font-family: tahoma, arial, sans-serif;
	font-size: 8pt;
}
#indexfooter {
	text-align: center;
	font-size: 9pt;
}
.center {
	text-align: center;
}
.tab {
	margin-left: 5%;
	margin-right: 5%;
}
