body {

	background-color: #000000;
	PADDING-TOP: 1px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	COLOR: #64CDCD;
	TEXT-ALIGN: left;
	font-family: face="Papyrus, Papyrus ICG, cursive"
	font-size:12pt;
}

a:link {
	COLOR: Purple;
	/* #660033 = RED WINE COLOR */
	TEXT-DECORATION: none;
}
a:visited {
	COLOR: #660066; /* #660066 = VIOLET COLOR */
	text-decoration : none;
}
a:hover {
	TEXT-DECORATION: underline;
	color: #660033; /* #9E0B0E = BRIGHT RED COLOR | #660000 = DARK RED COLOR */
}
a:active {
	TEXT-DECORATION: underline;
	color: #9E0B0E;
}



.heading {
	font-family: Papyrus, Papyrus ICG, cursive;
	font-size: 13pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: Purple;
}

.heading2 {
	font-family: Papyrus, Papyrus ICG, cursive;
	font-size: 15pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: Purple;
}

.SubHeadingCaps {
	font-family: Papyrus, Papyrus ICG, cursive;
	font-size: 11pt;
	font-style: normal;
	text-decoration: none;
	color: #6633cc;  /* #6633cc = BLUISH PURPLE | #3333cc = ELECTRIC BLUE COLOR */
}
	
	.SubHeading {
	font-family: Papyrus, Papyrus ICG, cursive;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	color: Purple; /* #660066 = VIOLET COLOR */
}
	
	P {
	font-family: Papyrus, Papyrus ICG, cursive;
	font-size: 13pt;
	font-style: normal;
	font-weight: normal;
	color : #6633cc; /* #64CDCD = TEAL COLOR */
}


.footer {
	text-align: center;
	font-family: Papyrus, Papyrus ICG, cursive;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: Purple;
} /* #660033 = RED WINE COLOR */	