p, body, td {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
}

h1 {
	font-family : Arial;
	font-size : 14px;
	color : #FFFF00;
}

b {
	font-family : Arial;
	font-weight : bold;
	font-size : 12px;
	color : #FFFFFF;
}

a, a:link {
	font-family : Arial;
	font-size : 12px;
	color : #3366FF;
	text-decoration : none;
}

a:visited {
	font-family : Arial;
	font-size : 12px;
	color : #3366FF;
	text-decoration : none;
}

a:active {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}

a:HOVER {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none; 
	background: #0000FF;
}

a.concert:link {
	font-family : Arial;
	font-size : 12px;
	color : #3366FF;
	text-decoration : none;
}

a.concert:visited {
	font-family : Arial;
	font-size : 12px;
	color : #3366FF;
	text-decoration : none;
}

a.concert:active {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}

a.concert:hover {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
	background: #0000FF;
}

table.main  {
	width: 1000px;
	background-color: #000000;
	border: 1px #FFFFFF solid;
	border-collapse: collapse;
	border-spacing: 1px; 
}
	
td.full  { 
	border:1px solid white; 
}

td.banner  { 
	border-bottom-style: solid; 
	border-bottom-color: white; 
	border-bottom-width: 1px; 
}

td.banner2  { 
	border-left-style: solid; 
	border-left-color: white; 
	border-left-width: 1px; 
	border-right-style: solid; 
	border-right-color: white; 
	border-right-width: 1px; 
	border-top-style: solid; 
	border-top-color: white; 
	border-top-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: black; 
	border-bottom-width: 1px; 
}

td.kickapp  { 
	border-left-style: solid; 
	border-left-color: white; 
	border-left-width: 1px; 
	border-right-style: solid; 
	border-right-color: white; 
	border-right-width: 1px; 
	border-top-style: solid; 
	border-top-color: white; 
	border-top-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: white; 
	border-bottom-width: 1px; 
}

td.shows  { 
	padding: 5px;
	border-top-style: solid; 
	border-top-color: black; 
	border-top-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: black; 
	border-bottom-width: 1px; 
}	

td.cellpad  { 
	padding: 5px;
}	