body {
	background-color: black;
	color: black;
}
a:link { color: #c00; }
a:visited { color: #a66; }
a:hover { color: #c00; text-decoration: none; border-bottom: 1px solid #3099ff; }
table.page {
	width: 100%;
}
td.body {
	padding: 10px;
	background-color: #ffc;
}
div.song {
	margin-top: 10px;
	border: 1px dotted #999;
	width: 100%;
	background-color: #eeb;
}
div.song td {
	text-align: center;
	width: 50%;
}
div.song table {
	width: 100%;
}
div.sig {
	font-family: roman;
	font-size: small;
	font-style: italic;
}
#form h4 { margin: 0; padding: 0; background-color: #fd8; /*color: #930;*/}
#form h5 { margin-top: 0; margin-bottom: 0; }
td.nav {
	width: 150px;
	margin: 0;
	vertical-align: top;
	font-family: courier;
	text-align: right;
	background-color: black;
}
div.here { background-color: #ffc; padding: 4 2 4 2; margin-top: 0:}
div.title { color: #aa6; padding: 2; text-align: center;}
#nav div {margin-top: 10px; }
#nav a:link {color: #fc0; text-decoration: underline;}
#nav a:visited {color: #c90; text-decoration: underline;}
#nav a:hover {color: #fc0; border-bottom: 1px solid #3099ff; }

table {
	padding: 0;
	margin: 0;
}
.about {
	font-family: courier;
	font-size: 12px;
}
table.confirmation {
	width: 600px; 
	border: 1px dotted black;
	padding: 5px;
	background-color: #fd8; 
	margin-top: 20%;
	margin-left: auto;
	margin-right: auto;
}
