@charset "UTF-8";
.Tickets {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 46px;
	color: #C00;
	font-weight: bold;
}
#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 20px;
	width: 840px;
}
a:link {
	font-family: Arial Black;
	font-size: 16px;
	color: #003399;
	text-decoration: none;
}
a:visited {
	font-family: Arial Black;
	font-size: 16px;
	color: #003399;
	text-decoration: none;
}
a:hover {
	font-family: Arial Black;
	font-size: 16px;
	color: #0000GG;
	text-decoration: underline;
}
a:active {
	font-family: Arial Black;
	font-size: 15px;
	color: #0000GG;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #F00;
	font-weight: bold;
	text-transform: uppercase;
}
div#labels {
	position: absolute;
	display: inline;
	top: 600px;
	left: 300px;
	}