	body {
		background-color: #333;
		margin: 10px;
		font-family: Arial, tahoma, Helvetica, sans-serif;
		font-size: 10pt;
	}
	
	
	A {
		color: #ffc;
		text-decoration: none;
	}
	
	A:hover {
		text-decoration: underline;
	}
	
	td.textmenu {
		vertical-align: top;
		text-align: right;
		padding-right: 20px;
	}
	
	td.content {
		background-color: #ffc;
		color: #333;
	}
	
	td.copyright {
		color: #fc0;
		font-family: "Eurostile Extended", Eurostile, Helvetica, sans-serif;
		font-size: 8pt;
		letter-spacing: 2px;
		text-align: center;
	}
	
	td.error {
		color: #fc0;
		text-align: left;
	}

	td.error h1 {
		color: #ffc;
		font-family: "Eurostile Extended", Eurostile, Helvetica, sans-serif;
		font-size: 20pt;
		letter-spacing: 2px;
		text-align: left;
	}

	p.bibleverse {
		color: #ffc;
		text-align: center;
	}

	span.textref {
		color: #fc0;
		font-style: italic;
	}
		
	iframe {
		background-color: #ffc;
		color: #333;
	}
	
	td.topper {
		background-color: #fc0;
		padding: 0px;
	}

	td.topper A {
		color: #333;
		font-weight: bold;
		font-style: italic;
		font-size: 10pt;
		margin: 1ex;
		text-decoration: none;
	}

	td.topper A:hover {
		text-decoration: underline;
	}

	h1 {
		font-weight: bold;
		font-style: italic;
		font-size: 10pt;
		margin: 1ex;
		text-align: left;
		color: #333;
	}
	
	p {
		margin: 10px;
	}
