body {
	color: #FFF;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	background-color: #000;
}

#header {
	height: 150px;
	margin: 10px;
	padding-left: 10%;
	padding-right: 20%;
	text-align: right;
	font-size: 40px;
}
#footer {
	margin: 20px;
	text-align: center;
}
input.button {
	background-color : #FFF;
	color : #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #000;
}
#body {
	border: 3px solid #db42c0;
	border-bottom-color: #5a1b4f;
	border-right-color: #5a1b4f;
	margin: 10px;
	margin-top: 20px;
	padding: 15px;
}

a:link, a:active, a:visited {
	color : #FFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bandtitle
{
	font-size: 18px;
	text-align: center;
}
.bandname {
	font-size: 16px;
	font-weight: bold;
}
.subtitle
{
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

td
{
	text-align: center;
}
td.img
{
	width: 20%;
}
td.navbar
{
	color: #000;
	font-size: 11px;
	background-color: #FFF;
	font-weight: normal;
}
.quote
{
	padding: 10px;
	border: 1px dotted;
}
input, select, option, textarea
{
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
}
img
{
	border-style: none;
}
