body{-webkit-text-size-adjust:100%;}
a:link{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a:visited{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

a:active{
	text-decoration: none;
	font-weight: bold;
	color: #f33;
}

a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: #39f;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2pt;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #06c;
}

p {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #ccc;
}

p.menu{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 2pt;
}

p.menu a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #ff0;
}

p.caption{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #ccc;
}

p.copyright{
	font-family: Times, Times New Roman, Georgia, serif;
	font-size: 9px;
	color: #ccc;
}

p.link-title strong{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #9cf;
	letter-spacing: 1pt;
}

ul, li{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	color: #ccc;
	line-height: 11px;
}

#songlist li a{
	color: #333;
	background-color: #cc0;
}
#songlist li a:hover{
	color: #000;
	background-color: #fff;
	text-decoration: none;
}