@charset "utf-8";
/* CSS Document */

body {
	background-color: #e5c399; color:#000
}
a:link {
	color: #630; text-decoration: underline;
}
a:visited {
	color: #060;text-decoration: none;
}
a:hover {
	color: #060;text-decoration: underline;
}
a:active {
	color: #630;text-decoration: underline;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family:"Tempus Sans ITC"; Enviro; Papyrus; Arial, Helvetica, sans-serif;
	
}
h2 {
	font-family:"Tempus Sans ITC"; Enviro; Papyrus; Arial, Helvetica, sans-serif;
}
h3 {
	font-family:"Tempus Sans ITC"; Enviro; Papyrus; Arial, Helvetica, sans-serif;
}

/* footer links and text */

p.footer {color: #ECF1DF; }

.footer a:link {
	color: #ECF1DF;
	text-decoration: none;
}
.footer a:visited {
	text-decoration: none;
	color: #D0D9B6;
}
.footer a:hover {
	text-decoration: underline;
	color: #D0D9B6;
}
. footer a:active {
	text-decoration: none;
	color: #ECF1DF;
}
.p-highlight {background-color: #ccaa7f;}

.p-tempus {
	font-family:"Tempus Sans ITC"; Papyrus; Enviro; Arial, Helvetica, sans-serif;	
}