body { background-color: #ffffff; }

h2 { text-align: center; color: #0099ff;}
h3 { text-align: center; color: #0099ff;
	font-style: italic; }

/* back to top paragraph */
p#b2t { text-align: center; font-style: italic;
		text-transform: UPPERCASE;
		font-size: 12pt; }

/* unvisited link */
a:link { color: #0099ff; text-decoration: none; }

/* visited link */
a:visited { color: #0099ff; text-decoration: none; }

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

/* city name */
.cityText { color: #0099ff; text-align: center;
		font-family: "Lucida Calligraphy", Black-Chance, Elgar, Georgia, Tahoma;
		font-weight: bold; font-style: italic;
		font-size: 30pt; }

/* secondary cities included */
.city2Text {color: #0099ff; text-align: center;
		font-weight: bold; font-style: italic;
		font-size: 12pt;
		font-family: Times New Roman; }

/* events can change date time without notice */
.noticeText {color: #ff9966; text-align: center;
		font-weight: bold;
		font-size: 12pt;}

/* event name */
.eventTypeText { color: #0099ff; text-align: center;
		font-family: MarkerFeltWide-Plain, "Copperplate Gothic Bold", Eurostile, Tahoma;
		font-style: italic;
		text-transform: UPPERCASE;
		font-size: 26pt; }

/* back to top */
.back2TopText { color: #0099ff; text-align: center;
		font-size: 12pt; font-style: italic; }
