BODY {
	background-image: URL("images/background.jpg");
	background-repeat: repeat;
	background-attachment: fixed;
	background-color : White;
	background-position: 50% 50%;
}

P.lyrics {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 16px;
}

P, PRE {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 18px;
}

TD {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 18px;
}

TH {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 18px;
	font-weight : bold;
}

TD.footer {
	font-size : x-small;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 14px;
}

HR {
	color : #000000;
  height : 1px;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
}

LI {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 18px;
}

A:HOVER {
	color : #FF0000;
}

UL {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 18px;
}

OL {
	font-size : small;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 18px;
}