/* Style sheet for Tet's concerts page */

body
{	
	background-color: black;
	background-image: url(live.jpg);
	margin-left: 85px;
	color: #00cc33;
}

a:link, a:visited { color: #00cc33; }
a:hover { color: #00ff55; }

p
{
	color: #00cc33;
	text-align: justify
}

br
{
	color: #00cc33;
}

h1
{	text-align: center;
	font-size: 200%;
	font-weight: bold;
}

.festival
{
	font-family: Helvetica, Arial, sans-serif;
	color: #00cc33;
	text-align: left;
	font-size: 150%;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline overline;
	font-variant: small-caps;
}

.main
{
	font-family: Helvetica, Arial, sans-serif;
	color: #00cc33;
	text-align: left;
	font-size: 135%;
	font-weight: bold;
}

.support
{
	font-family: Helvetica, Arial, sans-serif;
	color: #00cc33;
	text-align: left;
	font-size: 115%;
	font-weight: bold;
}

.venue
{
	font-family: Helvetica, Arial, sans-serif;
	color: #00cc33;
	text-align: right;
	font-size: 115%;
	font-weight: bold;
}

.date
{
	font-family: Helvetica, Arial, sans-serif;
	color: #00cc33;
	text-align: right;
	font-size: 115%;
	font-style: italic;
}

.glenn
{
	font-family: Helvetica, Arial, sans-serif;
	color: #00cc33;
	text-align: center;
	font-size: 80%;
}

.star
{
	height: 15px;
	width: 15px;
	border-width: 0;
	margin-right: -4px;
	padding-width: 0;
}

.rating
{
	height: 15px;
	width: 75px;
	border-width: 0;
	margin-right: -4px;
	padding-width: 0;
	vertical-align: middle;
}

