.center {
	text-align: center;
}
.right {
	text-align: right;
}
.song {
	text-align: center;
	font-style: italic:
}

body {
	color: #000000;
	background-color: #ffffff;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	font-size: 14pt;
	line-height: 1.4em;
	}
p {
	color: #000000;
	background-color: #ffffff;
	}
ul {
	color: #000000;
	background-color: #ffffff;
	}
blockquote {
	color: #000000;
	background-color: #ffffff;
	}
h1, h2, h3, h4 {
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	font-weight: bold;
	}
h2, h4 {
	font-style: italic;
	}
a {
	font-weight: bold;
	}
a:link {
	color: #0000ff;
	background-color: #ffffff;
	}
a:visited {
	color: #0000d0;
	background-color: #ffffff;
	}
a:active {
	color: #ff0000;
	background-color: #ffffff;
	}
tt {
	color: #000000;
	background-color: #ffffff;
	font-family: monospace;
	}
