body {
	background: url('../images/stripes-gray-repeat.png');
	background-repeat: repeat-x;
	background-color: #fbfbfb;	
}

h1, h2, h3, .tagline {
	font-family: Georgia, serif;
}

h1.rule {
	color: #444;
}

.no-p {
	margin-bottom: 0;
}

.artist {
	color: #555;
}

.track {
	color: #D92424;
	font-style: italic;
}

.full-height {
	height: 100%;
}

li {
	color: #666;
}

li.selected {
}

.selected {
	text-decoration: none;
	color: #000;
}

.commentary {
	color: #333;
	/** text-align: justify; **/
}

.commentary h3 {
	/** color: #C15E5E; **/
	color: #D92424;	
}

.header h1 {
	color: #000;
}

.header {
	color: #666;
}

.header a {
	color: #666;
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
}

ul.clean {
	list-style: none;
}

#record {
	position: relative;
	left: -20px;
	top: 23px;
}

#glove {
	position: relative;
	top: 12px;
	left: 5px;
}

hr {
	background-color: #999;
	color: #999;
}

li a img {
	display: inline;
	margin: 0;
	padding: 0;
	float: none;
}