h1 {
	font-size: 40px;
	text-align: center;
	padding: 0em 0 0 0em;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 20px;
	color: White;
	text-align: center;
	padding: 0em 0 0 0em;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-size: 13px;
	color: White;
	text-align: left;
	padding: 0 0 0 3em;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	text-align: left;
	padding: 0em 0em 0em .9em;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

body {
    background-color: Black;
	background-image: url(../images/band.jpg);
	background-attachment: fixed;
	background-position: center center;
    background-repeat: no-repeat;
}

a:link, a:visited {
    text-decoration: none;
    font-style: normal;
    font-weight: bold;
    color: #FFFFFF;
}

a:hover {
    color: #CC0000
}

.list {
	padding: 5em 0em 0 3em;
}

ul {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding 0 0em 0 0em
	font-size: 14px;
	font-weight: bold;
}