body{
	background-color: #000000;
	font-family: Verdana;
	font-size: 14px;
	color: White;
	
}
hr{
	color: #FFA500;
	width: 70%
}
 showheadings{ 
 font-size:2;
 text-align: center; 
  }
  
.gigdates{
	background-color: #FF6600;
	border-color: #FF6600;
}

/* Set the links  */
a.nav:link {
	color: Red;
} 
a.nav:visited{
	color:Red;
} 
a.nav:focus{
	color: Red;
} 
a.nav:hover{
	color: #FF6600;
	/*font-weight: bold;
	font-style : italic;
	font-style : oblique;*/
	text-decoration:underline;
} 
a.nav:active{
	color: Red;
}

a{ 
text-decoration: none; 
	font-weight: 300;
}


a.:hover{
	color: #FF6600;
	/*font-weight: bold;
	font-style : italic;
	font-style : oblique;*/
	text-decoration:underline;
} 

#footer{
	text-align: center;
	font-size: xx-small;
	border : none;
	width: 60%;
	table-layout : auto;
	text-align: center;
}


#top{ 
	border : none;
	width: 80%;
	table-layout: auto;
	text-align: center;
 }
 #menu{ 
 border : none;
 width: 100%;
 table-layout: auto;
 text-align: center;
  }
 #main{ 
 border : none;
 width: 100%;
 table-layout: auto;
 text-align: center;
	 }
	 
#fineprint{ 
text-align: center;
font-size: xx-small;
}

#terms{ 
  width: 60%;
  
  }
  
.evenrows{
	background-color: Black;
	border-color : #FF6600;
}
.songlist{
	border-style: double;
	border-color: #FF6600;
}

a.songlist.hover{
	color: #FF6600;
	/*font-weight: bold;
	font-style : italic;
	font-style : oblique;*/
	text-decoration:underline;
	background-color: #FF6600;
} 

#schedule{
	background : Black;
}