.bar {
	background-image: url('images/bar.gif');
	background-color: #1144AA;
}
.tabtop {
	background-image: url('images/tabtop.gif');
	padding-left: 32px;
	font-size: 18px;
	font-weight: bold;
}
body {
	margin: 0;
}
body, td { 
	font-family: Arial, sans-serif;
}
.text {
	padding: 1em;
}
.schedule 
{
	vertical-align: top;
}
.review {
	font-style: italic;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 1em;
	margin-bottom: .3em;
}
p.review i {
	font-style: normal;
}
.citation {
	font-size: small;
	text-indent: 4em;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.songlist {
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.songhead {
	text-indent: -1em;
	font-weight: bold;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 0em;
}	
.firstline {
	font-style: italic;
	text-indent: -1em;
	margin-left: 1em;
	margin-top: 0em;
	margin-bottom: 0em;
}
.sidebar {
	padding: .25em;
	background-color: #4488EE;
	border-top: thin solid #1144AA;
}
.homebar {
	padding: .25em;
	background-color: #4488EE;
}
.sidebox {
	padding: 0;
	background-color: #4488EE;
	border-right: thin solid #000000;
}
.subbar {
	padding: .25em .25em .25em 1em;
	background-color: #77AADD;
	border-top: thin solid #1144AA;
}
A:link {
	text-decoration: none;
	color: #000033;
}
A:visited {
	text-decoration: none;
	color: #000033;
}
A:active {
	text-decoration: none;
	color: #FFFFFF;
}
A:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
A.inline:link {
	text-decoration: underline;
	color: #003366;
}
A.inline:visited {
	text-decoration: underline;
	color: #003366;
}
A.inline:active {
	text-decoration: underline;
	color: #006699;
}
A.inline:hover {
	text-decoration: underline;
	color: #006699;
}

