/* Styles for the lyrics page(s)*/

/*body
{	font-family: arial, helvetica, sans-serif;
	margin-top: 7;
	background: #3399cc;
}
*/
table
{	background: #3399cc;
	color: #ff9900;
	font-weight: bold;
	cell-spacing: 0;
	margin: 0;
	border: solid #ff9900 1;
	width: 100%;
}

table.contents
{
	width: 85%;
	margin-left: 50;
	cell-spacing: 0;
	border: 0;
	background: white;
}

table.contents TD
{
	background: white;
	color: black;

}

.links
{
	margin-right: 70;
	text-align: right;
	font-size: x-small;
	font-weight: normal;
}

td.title
{
	border-bottom: 1 solid #ff9900;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

p.back
{
	font-family: courier new;
}

.page 
{
/*	background-color: beige;*/
	color: black;
	font-family: Arial,helvetica,sans-serif;
	width: 540;
	position: absolute;
	left: 0px;
	padding-left: 20;
	padding-bottom: 15;
}
.date 
{
	font-size: xx-small;
	font-style: italic;
	text-align: right;
}
.songlist
{
	position: relative; 
	LEFT: 20px; 
	font-size: 10pt;
	WIDTH: 304px; 
	TOP: -282px; 
	HEIGHT: 150px;
}
.songframe
{
	position: absolute;
	LEFT: 365px; 
	font-size: 10pt;
	WIDTH: 495px; 
	TOP: 88px; 
	HEIGHT: 420px;
}
.chevrons
{
	position: absolute;
	left: 325px;
	top: 100px;
	font-weight: bold;
	font-size: 26pt;
	font-family: "times new roman", roman, serif;
	color: navy;
}	
.copyright
{
	font-family: "arial", helvetica, sans-serif;
	font-weight: normal;
	background-color: Maroon;
	FONT-SIZE: 9pt; 
	font-weight: bold;
	color: gold;
	LEFT: 452px; 
	height: 20px;
	TOP: -300px;
	position: relative; 
}
.copyright a
{
	color: beige;
}
.copyright a:visited
{
	color: white;
}