@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Bodoni, Didot, Garamond, "Hoefler Text", serif;
	font-size: 18px;
	color: #333;
}
.local {
	font-size: 24px;
	color: #000;
	font-weight: bolder;
}
body {
	background-color: #3F1717;
}
.container {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	padding: 30px;
}
a:link.navigation {
	color: #999;
	text-decoration: none;
	font-size: 24px;
	font-weight: bolder;
}
a:visited.navigation {
	color: #999;
	text-decoration: none;
	font-size: 24px;
}
a:hover.navigation {
	text-decoration: none;
	color: #FFF;
	font-size: 24px;
}
.nav {
	text-align: center;
	color: #FFF;
	font-size: 28px;
}
.copy {
	font-size: 12px;
	color: #FFF;
	padding: 5px;
	text-align: center;
}
h1 {
	text-align: center;
	letter-spacing: 1.1em;
	font-size: 40px;
	font-weight: bolder;
	color: #FFF;
}
h2 {
	text-align: center;
	font-size: 24px;
	line-height: 100%;
	font-weight: lighter;
	color: #FFF;
}
.center {
	text-align: center;
}
.para {
	line-height: 175%;
}
a:link.link {
	font-weight: 900;
	color: #009;
	text-decoration: none;
}a:visited.link {
	font-weight: bolder;
	color: #009;
	text-decoration: none;
}
a:hover.link {
	font-weight: bolder;
	color: #009;
	text-decoration: none;
	letter-spacing: 2px;
}
.bold {
	font-weight: bolder;
}
.songtitle {
	font-size: 14px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.musicplayer {
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
}
h3 {
	font-size: 24px;
	font-weight: bolder;
	text-align: center;
}
.floatright {
	float: right;
	padding: 10px;
}
td.pic {
	width: 280px;
	text-align: center;
	vertical-align: bottom;
}
td.caption {
	vertical-align: top;
	font-size:14px;
	text-align: center;
	padding-bottom: 20px;
}
table {
	text-align: center;
}
img {
	border: 0;
}dt {
	font-weight: 900;
}
dd {
	line-height: 150%;
}

