@charset "iso-8859-1";
/* CSS Document */

body {
	font-family: Papyrus;
	font-size: 16px;
	background-color: #cec893;
}
h1 {
	font-family: Papyrus;
	font-size: 18px;
	font-weight: bold;
}
h5 {
	font-family: Papyrus;
	font-size: 12px;
	font-weight: normal;
}
h6 {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}
p {
	font-family: Papyrus;
	font-size: 16px;
}
a:link {
	font-family: "Papyrus";
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}
a:visited {
	font-family: "Papyrus";
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	font-style: normal;
	text-decoration: underline;
}
a:hover {
	font-family: "Papyrus";
	font-size: 24px;
	font-weight: bold;
	color: #857b19;
	font-style: normal;
	text-decoration: underline;
}