/*
# a:link { color: blue; text-decoration: none }

# a:hover  { color: fuchsia; text-decoration: underline }

# a:visited { color: maroon; text-decoration: none }
*/
.title {
	font-size: 18pt;
	color: white;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular;
	}

.titleital {
	font-size: 18pt;
	color: #dcdcdc;
	font-family: "Times New Roman", georgia, times;
}

.texttitle {
	font-family: arial, helvetica, geneva, swiss, sunsans-regular;
}

.normaltext {
	font-family: arial, helvetica, geneva, swiss, sunsans-regular;
	font-size: 9pt;
}

.bannertext {
	color: white;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular;
}

.bannertextital {
	font-family: "Times New Roman", georgia, times;
	color: white;
}

.linkstext {
	color: black;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular;
	font-size: 8pt;
}

.blurb {
	color: #8b008b;
}

.photocaption {
	color: black;
	font-size: 9pt;
	font-family: "Times New Roman", georgia, times;
}

.smalltext {
	font-size: 9pt;
}

.lastupdate {
	font-size: 8pt;
	color: white;
	font-family: arial, helvetica, geneva, swiss, sunsans-regular; 
}


