@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	color: #FFFF99;
	font-weight: bold;
	font-size: 18px;
}
.style3 {color: #FF0033; font-weight: bold; font-size: 18px; }
a:link, a:visited {
	color: #ffff00;
}
table table table td a:hover, table table table td a:active {
	color: #ff0000;
}
td.navigation a
{
	margin: 0 20px 0 20px;
}
td.pink
{
	height:50px;
	background-image:url(images/star-pink.jpg);
	padding:75px 25px 75px 25px;
	background-repeat:no-repeat;
	vertical-align:middle;
	text-align:center;
}
td.green
{
	height:50px;
	background-image:url(images/star-green.jpg);
	padding:75px 25px 75px 25px;
	background-repeat:no-repeat;
	vertical-align:middle;
	text-align:center;
}
td.blue
{
	height:50px;
	background-image:url(images/star-blue.jpg);
	padding:75px 25px 75px 25px;
	background-repeat:no-repeat;
	vertical-align:middle;
	text-align:center;
}
div.concert
{
	width:250px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border:#FFFF66 solid thin;
	font-size:16px;
	text-align:center;
	padding: 25px 0px 25px 0px;
}