body {
	background-color:#990000;
	color:#FFFFDD;
	font-family:"Papyrus";
	margin:0px;
	padding:0px;
	border-width:0px; }
	
@font-face {
    font-family: Papyrus;
    font-style:  normal;
    font-weight: normal;
    src: url(PAPYRUS2.eot);
}

@font-face {
    font-family: Baskerville;
    font-style:  normal;
    font-weight: normal;
    src: url(BASKERV2.eot);
}
	
a:link { 
	color:#FFFFFF;
	text-decoration:none; }
	
a:visited {
	color:#FFFFFF;
	text-decoration:none; }
	
a:hover {
	text-decoration:underline; }


a:active { 
	color:#FFFFFF;
	text-decoration:none; }

.head1 {
	font-family:"Papyrus";
	font-size:x-large;
	color=#FFFFDD;
	font-weight:bold;
	font-variant:small-caps;
	}

.head2{
	font-size:x-large;
	color:#FFFFDD;
	font-family:"Papyrus";
	font-variant:small-caps; }
	
.menu {
	font-size:small; }
	
.indent {
	margin-left:30px;
	margin-right:30px;
	font-style:italic; }
	
	
p {
	font-family:"Baskerville" }