/* CSS Document */

<style type="text/css">

.songname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #CCCCCC;
	letter-spacing: 0.15em;
	width: 430px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-variant: small-caps;
}
.songname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #CCCCCC;
	letter-spacing: 0.15em;
	width: 430px;
	padding-top: 3px;
	padding-bottom: 2px;
	font-variant: small-caps;
}
.artist {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #E4E4E4;
	letter-spacing: 0.1em;
	width: 430px;
	padding-top: 3px;
	padding-bottom: 2px;
}	
.lyrics {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFFFF;
	letter-spacing: 0.1em;
	width: 430px;
	font-style: italic;
	padding-top: 8px;
	padding-bottom: 3px;
	margin-left: 7px;
}	
.comments {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background-color: #FFFFFF;
	letter-spacing: 0.1em;
	width: 430px;
	font-style: normal;
	padding-top: 8px;
	padding-bottom: 18px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
}	

; 	
</style>
