@charset "utf-8";

html, body {
	padding: 0;
	padding-top: 15px;
	border: 0;
	margin: 0;
	min-height: 100%;
	background-color: #000000;
}

img { border: 0; }

.navigation {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.navigation a:link {
  color: #FFFFFF;
  text-decoration: none;
  
}

.navigation a:visited {
  color: #FFFFFF;
  text-decoration: none;
  
}
.navigation a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background:#912B27;
}
.navigation a:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color:#912B27;
}

.title {
	font-family:"Times New Roman", Times, serif;
	color: #AC1F25;
	font-weight:bold;
}
.titlebig {
	font-family:"Times New Roman", Times, serif;
	color: #AC1F25;
	font-weight:bold;
	font-size:36px;
	}
.links {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size:medium;
	color: #FFF;
	text-decoration: none;
}
.links a:link {
  color: #FFFFFF;
  text-decoration: none;
}

.links a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
.links a:hover {
  text-decoration: none;
  color: #912B27;
}
.links a:active {
  text-decoration: none;
}
.linksb {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size:medium;
	color: #000;
	text-decoration: none;
}
.linksb a:link {
  color: #912B27;
  text-decoration: none;
}

.linksb a:visited {
  text-decoration: none;
  color: #912B27;
}
.linksb a:hover {
  text-decoration: none;
  color: #000;
}
.linksb a:active {
  text-decoration: none;
}
.linksbig {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size:xx-large;
	color: #FFF;
	text-decoration: none;
}
.linksbig a:link {
  color: #FFFFFF;
  text-decoration: none;
}

.linksbig a:visited {
  text-decoration: none;
  color: #FFFFFF;
}
.linksbig a:hover {
  text-decoration: none;
  color: #912B27;
}
.linksbig a:active {
  text-decoration: none;
}


.album {
	margin-bottom: 50px;
}
.album .songlist {
	font-weight: bold;
}
.album form {
	text-align: center;
}

