.I {
	font-style : italic;
}
.UNDERLINED{
	font-family : "Century Gothic";
	font-weight : lighter;
	text-decoration : underline;
}
.PLUS4 {
	font-family: "Century Gothic";
	font-size: 50px;
	font-weight : lighter;
	font-style: normal;
}
.PLUS4RED {
	font-family: "Century Gothic";
	font-size: 50px;
	font-weight : lighter;
	font-style: normal;
	color : Red;
}
.GREEN {
	color: #006600;
}
.WHITE {
	color: White;
}
.YELLOW {
	color: #FFCC00;
}
.YELLOWPLUS {
	color: #FFCC00;
	font-size : 13px;
	font-weight : bold;
}
.MAROON {
	color: Maroon;
}
.BLACK {
	color: Black;
}
.RED {
	color : Red;
}
A {
	text-decoration : none;
	color: Black;
}
A:hover {
	color: #FFCC00;
	text-decoration: underline;
}
H1, H2, H3, H4, H5, H6 {
	font-family: Century;
	font-weight: lighter;
}
.COVER{
	font-family : "Century Gothic";
	font-size : 12px;
	color : White;
}
