@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}
.standardtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #FFFFCC;
}
.subpictext {
	font-family: papyrus;
	color: #FFFFCC;
	font-size: 22px;
	font-weight: normal;
}
.mainhead {
	font-family: papyrus;
	font-weight: bold;
	font-size: 40px;
	color: #FFFFCC;
}
.subhead {
	font-size: 34px;
	color: #FFFFCC;
	font-family: papyrus;
	font-weight: bold;
}
a:link {
	color: #EAC67B;
}
a:visited {
	color: #BB881E;
}
a:hover {
	color: #ECCB88;
}
a:active {
	color: #EAC67B;
}
