html {
	background-color: black;
	height: 100%;
}

h1,h2,p {
	color: white;	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited, a:link {
	color: yellow;
}

.songs {
	background: gray;
	padding: 10px;
	border: 1px solid yellow;
	margin: 2px;
	font-size: 12px;
	width: 15em;
}

.songs h2 {
	font-size: 14px;
	text-decoration: underline;
	line-height: 16px;
	margin-bottom: 2px;
	margin-top: 0px;
}

.songs li {
	font-size: 12px;
	color: white;
	list-style-position: inside; 
}

.songs ul {
	padding: 0px;
	margin: 0px;
}

.links {
	background: gray;
	padding: 10px;
	border: 1px solid yellow;
	margin: 2px;
	font-size: 12px;
	width: 15em;
}

.links .link img {
	vertical-align: middle;
}

.links .link {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

.quotes {
	background: gray;
	padding: 10px;
	border: 1px solid yellow;
	margin: 2px;
	font-size: 12px;
	width: 15em;
}

.quotes h2 {
	font-size: 14px;
	text-decoration: underline;
	line-height: 16px;
	margin-bottom: 2px;
	margin-top: 0px;
}

.quotes blockquote {
	margin: 5px;
	text-align: justify;
	margin-bottom: 0px;
}

.quotes .quote {
	margin-bottom: 10px;
}

.quotes .attribution {
	margin-left: 10px;
	margin-top: 0px;
}

.quotes .person {
	font-weight: bold;
}
.quotes .publication {
	font-style: italic;
}

.gigs h2 {
	font-size: 14px;
	text-decoration: underline;
	line-height: 16px;
	margin-bottom: 2px;
	margin-top: 0px;
}
.gigs {
	background: gray;
	padding: 10px;
	border: 1px solid yellow;
	font-size: 12px;
	width: 15em;
	color: white;
	margin: 2px;
}
.gigs table {
border-spacing: 0px;
border-collapse: collapse;
margin: auto;
}
.gigs td {
	border: 1px solid yellow;
	padding: 2px;
	margin: 0px;
	vertical-align: middle;
	text-align: center;
}

.rightcolumn {
	float: right;
	padding-bottom: 10px;
}

.embed {
	float: left;
}
.article {
	width: 277px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}
.article .caption {
	text-align: center;
}