@charset "utf-8";
/* CSS Document */

.content {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
	width: 570px;
	padding: 0 30px;
}
	
	.tablecontent {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;

}
	body {background: fixed url(../graphics/paper-bg.jpg);
	margin:0; padding:0;}
	
	.songtitle {
	font-size: 20px;
	display:block;
	margin-top:40px;
	color:#FFF
}

a {
	color: #FFFFFF;
}
a:hover {
	color: #CCCC33; text-decoration: none;
}
a:visited {
	color: #F3F3F3;
}
a:active {
	text-decoration: none;
	color: #6C9;
}
#songlist {
	float: left;
	width: 150px;
	margin-left: 10px;
}
#lyrics {
	float: right;
	width: 450px;
}
h2 {margin:0px}
.lyricnote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FF9;
	font-weight: normal;
}
