#menubar {
	background-color: #0000FF;
	height: 25px;
	width: 750px;
	left: 0px;
	top: 150px;
	position: absolute;
}
#body {
	background-repeat: repeat-y;
	position: absolute;
	width: 750px;
	left: 0px;
	top: 175px;
	z-index: 10;
	background-image: url(Images/webpage-bg.gif);
	height: auto;
}


#banner {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 750px;
	height: 150px;
}
.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0033FF;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #0000FF;
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #0033FF;
	list-style-position: outside;
	list-style-type: disc;
}
.songverse {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #0000FF;
	text-align: center;
	line-height: 1;
}

.songchorus {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #000099;
	text-align: center;
	line-height: 1;
}
.songcopyright {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	font-weight: bold;
	color: #0066FF;
	text-align: center;
	line-height: 1;
}
