/* Basics */
body, html
{ 
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: black 
}

body
{
	font: 12px Arial, sans-serif;
	color: white;
}

td
{ 
	font: 12px Arial, sans-serif;
	color: white;
}


.mainText
{
	font: 12px Arial, sans-serif;
	color: white;
}


tr.credits
{
	font: 10px Arial, sans-serif;
	color: red;
}

td.space
{ 
	padding-left: 20px;
	padding-top: 70px;
}


div .bio_names
{
	font: 15px Arial, sans-serif;
	color: white;
	font-weight: bold;
	font-style: Italic;

}

.song
{
	font: 12px Arial, sans-serif;
	color: white;
	font-weight: bold;
	display: inline;

}
div.band
{
	font: 12px Arial, sans-serif;
	color: white;
	font-style: Italic;
	display: inline;
}


a, a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #CCF;
	font: 12px Arial, sans-serif;

}

a:hover, a:active  { color: #EEF; font-style: italic; font-weight: bold; text-decoration: none }

img
{
	border: 0;
}


#copyright {
	text-align: center;
	font: 11px bold Garamond, "Times New Roman", Times, serif;
	font-style: none;
	position: relative;
	color: #999;
}
