body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: black;
	line-height: 150%;
}


ul.nav
{
	float:left;
	width: auto;
	list-style-type:none;
	text-align: center;
}

a.nav
{
	background-color: black;
	font-size: 1.25em;
	color: white;
	float:left;
	width:6em;
	display: block;
	text-decoration:none;
	border-left:1px solid #40888b;
	border-right: 1px solid #40888b;
}

a:visited.nav {
	background-color: black;
}

a:hover.nav {
	background-color: #e5534e;
}

li.nav {display:inline;
	text-align: center;
}
	
li.play_list {
  font-size: small;
  line-height: 100%;}



div.nav {
	position: absolute;
	margin-top: 4em;
 	margin-left: 5em;
}


table.main_copy {
	border-color: white;
	border-style: none;
	position: absolute;
	background-color: silver;
	margin-top: 14.5em;
	margin-right: 12.5em;
	margin-bottom: 3.125em;
	margin-left: 21.875em;
	width: 44em;
}


table.lyrics {
	position: absolute;
	background-color: silver;
	margin-top: 14.5em;
	margin-right: 12.5em;
	margin-bottom: 3.125em;
	margin-left: 21.875em;
	width: 34em;
	border: none;
}

td.play_list {
        vertical-align: top;}
 

div.leftCol {
	position: absolute;
	float: left;
	margin-top: 16.25em;
	margin-left: 3.75em;
}

blockquote {
	font-style: italic;
	margin-left: 10%;
	margin-right:10%;
}


strong {
	font-weight : normal;
}

strong.albumtitle {
	font-size:x-large;
    font-style: italic;
}

H1 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 260%;
	font-style: normal;
	font-weight: normal;
}

H2 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 200%;
	font-style: normal;
	font-weight: normal;
}

H3 {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 125%;
	font-style : normal;
	font-weight : normal;
}

.indented {
		text-indent: 25px;
}
p.warning {
		line-height: 100%;
		font-style: italic;
		border: thin none #006868;
		color: red;
		font-size: medium;
		text-align: left;
}
p.MarginLeft {
		margin-left: 20%;
}

.big_text {
	font-size: large;
}

.small_text {
	font-size: small;

}
.smaller_text {
	font-size: x-small;
}

.album_title {
	font-size: 175%;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #20686b;
}

  