@charset "UTF-8";
/* CSS Document */

body{
	background-color: #000;
	font-family:Helvetica,Arial,sans-serif;
}
h2 {
	color:#ccc;
	font-size:18px;
	font-weight:bold;
}
p {
	margin: 0 80px 0 80px;
	text-align: left;
	font-size: 12px;
	color:#666;
}
p.credits{
	margin-top: 6px;
}
span.music_by {
  font-weight: bold;
	color: #999;
}
ol.left {
  text-align: left;
}
ol li{
  color: #666;
	font-size: 12px;
}