/* The style for the main background table */
.bgTable {
	background-color:	#990000;
	width:			80%;
	border:			none;
}

/* The style for the main foreground table */
.foreGround {
	background-color:	#000000;
	width:			90%;
	border:			none;
	padding:			10px;
}

/* Quotes area */
.quoteTable {
	background-color:	#000000;
	width:			70%;
	border:			none;
}

/* Spacer cell */
.smallSpacer {
	height:			20px;
}

/* Spacer cell */
.spacer {
	height:			40px;
}

/* Style for main text blocks */
.info {
	font-family:			Arial, sans-serif;
	font-size:			14px;
	color:				#BBBBBB;
}

/* Syle for 'important' text blocks */
.important {
	font-family:			Arial, sans-serif;
	font-size:			14px;
	color:					#BBBBBB;
	font-weight:			bold;
}

/* Style for 'quotation' text blocks */
.quote {
	font-family:			Arial, sans-serif;
	font-size:			16px;
	color:				#BBBBBB;
	font-style:			italic;
}

/* Style for cell containing song title */
.title {
	width:				20%;
}

a {
	font-family:			Arial, sans-serif;
	font-size:			14px;
	color:				#EEA1A1;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

a:visited {
	font-family:			Arial, sans-serif;
	font-size:			14px;
  color: #AA3333;
}
