body	{
	font-family: Arial, sans-serif;
	font-size:90%;
	color:black;
	background-color: White;
	background-image: url(images/sidebar.gif);
	background-position: left;
	background-repeat: repeat-y;
}
h1	{
	margin-bottom:0em;
}
a	{
	color:blue;
	font-weight:bold;
	text-decoration: none;
}
a:hover	{
	color: red;
}
div.sidebar	{
	float:left;
	width: 10em;
}
div.sidebar p	{
	line-height:50px;
	margin:0px;
	text-align:center;
	font-weight:bold;
	color:black;
}
div.sidebar p.here	{
	background-image: URL(buttons/here.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div.sidebar a	{
	display: block;
	color: white;
	height:50px;
	background-image: URL(buttons/link.gif);
	background-repeat: no-repeat;
	background-position: center;
}
div.sidebar a.lunch	{
	background-image: URL(buttons/greenlink.gif);
}
div.sidebar a:hover	{
	background-image: URL(buttons/hover.gif);
	color:black;
}
div.sidebar a.lunch:hover	{
	background-image: URL(buttons/greenhover.gif);
}

div.main	{
	margin-left:11em;
}

div.column	{
	float:left;
	padding-left:10%;
}

.picture-right	{
	margin: 0em 0em 1em 1em;
	float:right;
}

.picture-left	{
	margin: 0em 1em 1em 0em;
	float:left;
}

p.standfirst	{
	font-size:105%;
	font-weight:bold;
}
p.credits	{
	font-size:80%;
	margin: .5ex 0ex 1em 0ex;
	text-align:center;
}

td	{
	vertical-align: top;
	padding: 1ex 1em 0em 0em;
	font-size:90%;
}
sup, sub	{
	font-size: 66%;
}
p.stand-out	{
	font-weight:bold;
	font-size:120%;
	color:blue;
}
dt	{
	font-weight:bold;
	margin-top:1ex;
}
dd	{
	font-size:90%;
}
div.boxed	{
	margin: 1em 1em 1em 0em;
	padding:0em 1em;
	border: 3px groove Blue;
	background-color: #FFFFEE;
}
div.frontpage	{
	margin-right: 290px;
}
div.frontpage h3	{
	margin-bottom: 0;
} 
div.frontpage p	{
	margin-top: 0;
} 

table.music	{
	border-collapse: collapse;
}
table.music td	{
	display: table-cell;
	vertical-align: bottom;
	font-size:90%;
	border: none;
	padding:0em;
	margin:0em;
}
td.when		{
	font-style: italic;
	font-weight: normal;
}
td.composer	{
	width: 9em;
	font-weight:bold;
}
td.music	{
	font-weight: bold;
}
table.rule	{
	border-collapse: collapse;
}
table.rule td	{
	border-top: 3px solid #D3D3D3;
	border-bottom: 3px solid #D3D3D3;
	padding-bottom:1ex;
}
p.show_verse	{
	display: block;
	margin-left:3em;
	height: 4em;
	font-weight: bold;
	font-size:120%;
}
p.hide_verse	{
	display: none;
	margin-left:3em;
	height: 4em;
	font-weight: bold;
	font-size:120%;
}