/* CSS Document */

body {
	background-image: url(images/RedBackV.jpg);
}
.songTitle {
	color: #FF0;
	font-size: x-large;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	vertical-align: middle;
}
body,td,th {
	color: white;
}
a:visited {
	text-decoration: none;
	color: #FF0;
}
a:link {
	color: #FF0;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
}

a:active {
	color: #FF6;
	text-decoration: none;
}