body {
	background-attachment: fixed;
	background-image: url(back.gif);
	background-position: center;
}
.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9A553C;
}
hr {
	color: #E8CC00;
	height: 2px;
	width: 100%;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8CC00;
	padding-bottom: 1px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-top: 10px;
	padding-right: 25%;
	padding-bottom: 10px;
	padding-left: 25%;
}
a:link {
	color: #9A553C;
}
a:visited {
	color: #9A553C;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #9B573F;
}
