p, body, td {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
}

h1 {
	font-family : Arial;
	font-size : 16px;
	color : #FFFFFF;
}

b {
	font-family : Arial;
	font-weight : bold;
	font-size : 12px;
	color : #FFFFFF;
}

a, a:link {
	font-family : Arial;
	font-size : 12px;
	color : #FF0000;
	text-decoration : none;
}

a:visited {
	font-family : Arial;
	font-size : 12px;
	color : #FF0000;
	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 : underline;
}

a.listen:link {
	font-family : Arial;
	font-size : 12px;
	color : #FF0000;
	text-decoration : none;
}

a.listen:visited {
	font-family : Arial;
	font-size : 12px;
	color : #FF0000;
	text-decoration : none;
}

a.listen:active {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}

a.listen:hover {
	font-family : Arial;
	font-size : 12px;
	color : #FFFFFF;
	text-decoration : none;
}

td.concerts-cells  { 
	border-left-style: solid; 
	border-left-color: black; 
	border-left-width: 1px; 
	border-right-style: solid; 
	border-right-color: black; 
	border-right-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: black; 
	border-bottom-width: 1px; 
	border-top-style: solid; 
	border-top-color: black; 
	border-top-width: 1px; 
}	