/* CSS Document */
hr {
	color:#CCCCCC;
	width:100%;
}
body, h1,h2,h3h4,h5,h6,a,ul,li {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	color: #555555;
	
}
p {
	color: #444444;
	font-size: 1.1em;
}

img {
	border: none;
	}

a:link {
	font-size: 1.2em ;
	font-style: normal;
	color: #CC33FF;
	text-decoration:none;
}

a:visited {
	color: #993366;
	font-size:1.2em;
	text-decoration:none;
}
a:hover {
	color: #66FF33;
	text-decoration: underline;

}
a:active {
	color:#66FF66;
}

h1 {
	color: #9933CC;
	font-size: 1.8em;
	background: #FFCCFF;
	text-align:center;
	margin: 3px 0 3px 0;	
}
h2 {
	color: #669900;
	font-size: 1.4em;
}
h3 {
	color: #9933CC;
	font-size:1.5em;
	margin: 0;

}
h4 {
	font-size: 1.4em;
	color: #9933CC;
	background:#FFCCFF;
	}
h4 a:link{
	font-size: 0.8em;
	text-decoration:underline;
	}
	
h6 {
	color:#FF3366;
	font-size: 90%;
	font-weight: normal;
}

#pamsays p {
	color: #CC33CC;
	}
/* Price Ticket Styling */
.price{
	background-color: #FFF;
	color:#FF33CC;
	display:block;
	width: 50px;
	border: 3px solid #9933CC ;
	text-align:center;
	padding: 15px;
	margin: 5px;
	font-weight: bold;
	float:left;
	}
.smprice{
	color:#9933CC;
	display:block;
	width: 50px;
	border: 2px solid #9933CC;
	text-align:center;
	padding: 3px;
	margin: 2px;
	font-weight: bold;
	float:left;
	font-size: 0.9em;
	background: #FFFFFF;
	}
.info {
	font-size: 0.8em;
	color:#6666FF;
	text-decoration:underline;
	}

/* Form Formatting */

form{
	font-size:9px;
	padding: 5px;
	margin:5px;
		}
input {
	font-size:9px;
	color:#FF3399;
	}
select {
	font-size:9px;
	color:#FF3399;
	}
