/* CSS Document */
body{
	font-family:Verdana;
	font-size:12px;
	color:#333366;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
} 
.song{
	font-size:10px;
	color:#336666;
}
.music{
	font-size:11px;
	color:#336666;
}
.band{
	font-size:12px;
	color:#336666;
}
h1{
	color:#CC3300;
	font-weight:bold;
	text-align:center;
}
h2{
	font-size:14px;
	color:#990000;
	font-weight:bold;
	text-align:center;
}
h3{
	font-size:11px;
	color:#333333;
	font-weight:bold;
	text-align:center;
}
h4{
	font-size:11px;
	color:#003366;
	font-weight:bold;
	text-align:center;
}
h5{
	font-size:10px;
	color:#CC0000;
	font-weight:normal;
	font-style:italic;
}	
#top{ 
	text-align:center;
	background-color:#FFFFFF;
	padding:15px;
}
#foot { 
	text-align:center;
	background-color:#FFFFFF;
	padding:20px;
}
a:link{
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	color:#333333;
	background-color:transparent
}
a:visited{
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	color:#333333;
	background-color:transparent
}
a:hover{
	font-size:11px;
	text-decoration:underline;
	font-weight:normal;
	color:#000000;
	background-color:transparent
}
a.db:link{
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	color:#006666;
	background-color:transparent;
	text-align:center;
}
a.db:visited{
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	color:#669900;
	background-color:transparent;
	text-align:center;
}
a.db:hover{
	font-size:14px;
	text-decoration:underline;
	font-weight:bold;
	color:#000000;
	background-color:transparent;
	text-align:center;
}

