body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
h1 {
	font-size: 18px;
}
.bg {
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	vertical-align: top;
	text-align: center;
}
.navigation {
	font-size: 11px;
	padding: 5px 10px;
}
.navigation a:link {
	color: #999900;
}
.navigation a:visited {
	color: #666666;
}
.navigation a:hover {
	color: #000000;
	background-color: #CCCC99;
}
.maintext {
	border: 1px solid #000000;
	padding: 10px 30px;
	text-align: justify;
	vertical-align: top;
	font-size: 12px;
	background-color: #FFFFFF;
}
.maintext a:link {
	color: #999900;
}
.maintext a:visited {
	color: #666666;
}
.maintext a:hover {
	color: #000000;
	background-color: #CCCC99;
}
.bottom {
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
