/* General */

body {
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	cursor: default;
	background-color: #fff;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: middle;
}

a img {
	border: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}


/* Content */

#information {
	line-height: 1.4em;
	border-width: 0 14px;
	border-color: #07162E;
	border-style: solid;
	padding: 1em 1.7em 0 1.7em;
	}

.print {
	font-size: 11px;
	text-align: right;
	cursor: default;
	margin-bottom: 1.4em;
	}

.top {
	margin: 2em 0 0 0;
	font-family: "trebuchet ms", arial, verdana, helvetica, sans-serif;
	font-size: 10px;
}

.top img {
	vertical-align: middle;
	padding-bottom: 2px;
}

.top a {
	color: rgb(0,0,0);
	background-color: transparent;
	text-decoration: none;
}

.top a:hover {
	text-decoration: underline;
}

.lyrics {
	border-bottom: 1px dotted rgb(236,0,140);
	padding-bottom: 1.5em;
	margin-bottom: 0.5em;
	}

#information h1 {
	font-size: 12px;
	margin: 0.5em 0 1em -0.5em;
	padding: 0 0 1.6em 0.5em;
	border-bottom: 1px dotted rgb(236,0,140);
	font-weight: bold;
	}

#information h2 {
	font-size: 12px;
	margin: 1.5em 0 0.5em 0;
	padding: 0;
	font-weight: bold;
	}

#information p {
	margin: 0 0 1.4em 0;
	}


/* Footer */

#footer {
	text-align: center;
	padding: 1.5em 0.5em 0.5em 0.5em;
	font-size: 11px;
	}