

/********************************************
Links
********************************************/

a:link {
	text-decoration: none;
	
	color: #000;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.copyright {
	font-family: Perpetua, "Times New Roman";
	font-size: 10pt;
	font-variant: small-caps;
	color: #000;
}
.copyright a {
	font-family: Perpetua, "Times New Roman";
	font-size: 12pt;
	color: #333;
	text-decoration: underline;
}
.copyright a:hover {
	font-family: Perpetua, "Times New Roman";
	font-size: 12pt;
	color: #933;
	text-decoration: underline;
}
.copyright a:visited {
	font-family: Perpetua, "Times New Roman";
	font-size: 12pt;
	color: #939;
	text-decoration: underline;
}
.webmaster {
	font-family: Perpetua, "Times New Roman";
	font-size: 9pt;
	font-variant: small-caps;
	color: #000;
}
.webmaster a {
	font-family: Perpetua, "Times New Roman";
	font-size: 9pt;
	font-variant: small-caps;
	color: #000;
	text-decoration:underline;
}.papyrus {
	font-family: Papyrus, "Tempus Sans ITC";
	font-size: 18pt;
	font-weight: bold;
	color: #000;
}
