/* CSS Document */
body {
	background-image: url(../picture_library/lyrics-home-page1024.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.LYRIC_TEXT {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
}
