@charset "UTF-8";
/* CSS Document */

.tickets {
	color: #900;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tickets a{
	text-decoration:none;
	color: #900;
	font-size: large;
}
.tickets a:hover{
	text-decoration:underline;
}
.marquee {
	font-size: large;
	color: #360;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.annual {
	font-size: large;
	color: 996666;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.annual a {
	text-decoration:none;
	color: 996666;
	font-size: large;
}
.annual a:hover {
	text-decoration:underline;
	color: 996666;
	font-size: large;
}
