.OneColumn {
	-moz-column-count: 1;
	-moz-column-width: 25em;
	-moz-column-gap: 2em;
	text-align: justify;
	border-bottom: 1px #FAFAFA solid;
	border-left: 1px #DADADA solid;
	border-right: 1px #DADADA solid;
	border-top: 1px #DADADA solid;
	padding-right: 2em;
}

.TwoColumns {
	-moz-column-count: 2;
	-moz-column-width: 25em;
	-moz-column-gap: 2em;
	text-align: justify;
	border-bottom: 1px #FAFAFA solid;
	border-left: 1px #DADADA solid;
	border-right: 1px #DADADA solid;
	border-top: 1px #DADADA solid;
	padding-right: 2em;
}

.LyricalText {
	font-size: 0.75em;
	font-weight: 400;
	color: #5c5a5d;
	line-height: 2em;
	word-spacing: 0.04em;
	letter-spacing: 0.08em;
	font-family: "Arial", Verdana, "Sans serif";
	font-weight: 100;
	border-left: 25px #ececec solid;
	border-right: 1px #ececec solid;
	border-bottom: 1px #ececec solid;
	padding-left: 20px;
}

.LyricalText p:first-line {
	padding: 0;
}

.LyricalText strike {
	text-decoration: line-through;
}

.LyricalText a 
{
	font-size: 2em;
}

.LyricalText p {
	text-decoration: none;
	color: #5c5a5d;
	padding: 0;
	margin: 0;
	padding-left: 10px;
}

.LyricalText span {
	font-size: 1em;
	font-weight: 800;
	color: #3c4a4d;
}

.LyricalText p span {
	margin-right: 2em;
}