p {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt}
h1 {  font-family: "Franklin Gothic", Tahoma, Arial, Helvetica, sans-serif; font-size: 18pt; font-weight: bold; text-transform: uppercase; text-align: center}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; text-transform: uppercase}
a {  text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-weight: bold}
.mailingAddress {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold}
.menuInfoOn { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif ; color: lightsteelblue; background-color: black; font-size: 10pt}
.menuInfoOff { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif ; color: black; background-color: lightsteelblue; font-size: 10pt}
.menuVisitorsOff { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif ; color: black; background-color: wheat; font-size: 10pt}
.menuVisitorsOn { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif ; color: wheat; background-color: black; font-size: 10pt}
.menuShowcaseOn { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif ; color: salmon; background-color: black; font-size: 10pt}
.menuShowcaseOff { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif ; color: black; background-color: salmon; font-size: 10pt}
.menuMembersOn { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif ; color: gray; background-color: black; font-size: 10pt}
.menuMembersOff { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif ; color: black; background-color: gray; font-size: 10pt}
.menuMsgBoardOn { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif ; color: darkseagreen; background-color: black; font-size: 10pt}
.menuMsgBoardOff { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif ; color: black; background-color: darkseagreen; font-size: 10pt}
.menuOff { text-decoration: none; font-weight: bold; font-family: Arial, Helvetica, sans-serif ; color: black; font-size: 10pt }
h3 { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; font-weight: bold; text-transform: capitalize}
.subh1 { color: black; 
	margin-top: 30px; 
	margin-bottom: 0px;
	margin-left: 10px; 
	font-size: 50px; 
	font-family: Impact }
.subh2 { color: blue; 
	margin-top: -70px; 
	margin-bottom: 0px;
	margin-left: 15px; 
	font-size: 50px; 
	font-family: Impact }
.subh3 { color: red; 
	margin-top: -60px; 
	margin-bottom: 0px;
	margin-left: 20px; 
	font-size: 50px; 
	font-family: Impact }
.caption {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold}
.titleBlock {  font-family: Fancy, "Script MT Bold", Mistral, "Lucida Handwriting", "Tempus Sans ITC", "Viner Hand ITC", "Kristen ITC", Georgia, "Times New Roman", serif; font-size: 24pt; color: white; font-weight: bold}
<!-- CSS for changing text appearances -->

<!------------- onMouseOver effect ------------->
.ongold {
	font-size: 20;
	font-weight: bold;
	text-decoration: none;
	color: gold;
}
.onlime {
	font-size: 20;
	font-weight: bold;
	text-decoration: none;
	color: lime;
}
.onred {
	font-size: 20;
	font-weight: bold;
	text-decoration: none;
	color: red;
}
.onfuchsia {
	font-size: 20;
	font-weight: bold;
	text-decoration: none;
	color: fuchsia;
}
<!-------------- onMouseOut effect -------------->
.offgold {
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
	color: gold;
}
.offlime {
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
	color: lime;
}
.offred {
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
	color: red;
}
.offfuchsia {
	font-size: 12;
	font-weight: bold;
	text-decoration: none;
	color: fuchsia;
}
<!-------------- that's all! -------------->

