#songpage		{text-align: center;
				}

#band			{width:200px;
			 	 height:150px;
				 margin: 0 auto;
				}

#band a			{border: none;
			 	 background: url(band01.jpg) no-repeat;
			 	 display:block;
				}
			
#band a:hover	{background: url(band01_o.jpg) no-repeat;
				}
				
#band img		{visibility:hidden;
				}		
				
#songtable		{width:80%;
				 border: none;
				 margin: 0 auto;
				}				
				
#songtable td	{padding: 10px;
				 border: none;
				 text-align: center;
				}			
				
.songname b		{font-weight:bold;
				 color: #f8ffa9;				
				}				
				
#songtable A {color: #f8ffa9;
			  text-decoration:none;
			 }
			 
#songtable A:hover {color: #f8ffa9;
			  		text-decoration:none;
					font-weight:bold;
			 		}					