.text {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
.textSmaller {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
a:link {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #87A400;
}
a:visited {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #DF760E;
}
.textSmallest {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
}
.textBigBold {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: large;
	color: #000000;
	font-weight: bolder;
}
.textHugeBold {
    font-family: "Century Gothic", Arial, Helvetica, sans-serif;
    font-size: x-large;
    color: #000000;
    font-weight: bolder;
}
