body, h1, h2, h3, p, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: small;
}
h2 {
	font-size: x-small;
}
body, p, ul, ol {
	font-size: x-small;
}
table.songs_table {
	border: ridge gray 4px;
	padding: 4px;
}
.bio {
	color: #333333;
}
.nav_page {
	color: #FFFFFF;
}
.future_link {
	font-size: xx-small;
	font-weight: bold;
	color: #FFFFFF;
}
.album_head {
	font-weight: bold;
	font-size: x-small;
	color: #CCCCCC;
}
a.main_link {
	color: #003471;
	text-decoration: underline;
	font-weight: bold;
}
a:hover.main_link {
	text-decoration: none;
}
a:visited.main_link {
	color: #003471;
}
a.nav_link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:hover.nav_link {
	text-decoration: none;
}
a:visited.nav_link {
	color: #FFFFFF;
}
a.song_link {
	color: #0072BC;
	text-decoration: underline;
	font-weight: bold;
}
a:hover.song_link {
	text-decoration: none;
}
a:visited.song_link {
	color: #0072BC;
}
a.songs_nav_link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	font-size: xx-small;
}
a:hover.songs_nav_link {
	text-decoration: none;
}
a:visited.songs_nav_link {
	color: #FFFFFF;
}
a.songs_page_link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: xx-small;
}
a:hover.songs_page_link {
	text-decoration: none;
}
a:visited.songs_page_link {
	color: #FFFFFF;
}
a.songs_future_link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: xx-small;
}
a:hover.songs_future_link {
	text-decoration: none;
}
a:visited.songs_future_link {
	color: #FFFFFF;
}
a {
	color: #0072BC;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
a:visited {
	color: #0072BC;
}
.note {
	font-size:xx-small;
	color: #000000;
}
hr {
	color: #999999;
}
td.nav_spacer {
	background-color: #003471;
}
td.nav {
	vertical-align: top;
	padding: 11px;
	background-color: #003471;
	border: ridge gray 4px;
}
td.songs_nav {
	vertical-align: top;
	padding: 4px;
	background-color: #003471;
}
td.top {
	vertical-align: top;
	padding: 11px;
}
td.spacer {
	background-color: #999999;
}
.center {
	text-align: center;
}
.verse {
	font-size: xx-small;
}
.chorus {
	font-size: xx-small;
	font-weight: bold;
}
td.song {
	padding: 10px;
}