body {
	background-image : url(../images/background_tile.jpg);
}

.clock {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: white;
	text-align: right;
	background-color : #CC0000;
}

.noOfCds {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;	
	color: white;
	text-align: left;
	background-color : #CC0000;
}

.bottomNav {
background : #FFCC33;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;	
	color: black;
	text-align: center;
	padding : 10px;
	border : 1px solid Black;
}

.boldRed {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size : 10px;
	color : #FFCC00;
	font-weight : bold;
}

.boldWhite {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size : 12px;
	color : black;
	font-weight : bold;
}

a.alternate:link {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: Red;
	text-decoration : none;
}

a.alternate:visited {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10x;
	color: Blue;
	text-decoration : none;
}

a.alternate:hover {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: Black;
	text-decoration : underline;
}

a:link {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: Black;
	text-decoration : none;
}

a:visited {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10x;
	color: Blue;
	text-decoration : none;
}

a:hover {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: Blue;
	text-decoration : underline;
}



.text {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;	
	color: Black;
	padding : 10px;
	border : 1px solid Black;
	background-color : #FFFFCC;
}

.listBoots {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 12px;	
	color: Black;
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;	
	color: black;
	border : 1px solid Black;	
	text-align : center;
	font-weight : bold;
	background-image : url(../images/background_tile.jpg);
}

.setlistTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;	
	color: White;
	text-align : center;
	font-weight : bold;
	background-color : #CC0000;
}

.setlistVenue {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;	
	color: black;
	background-color : #FFCC33;
	vertical-align : top;
}

.setlistSongs {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;	
	color: white;
	background-color : Black;
	vertical-align : top;
	}