BODY {
	background-color: #ffcccc;
	background-color: white;
}

H2 {
	margin-top: 20;
	margin-bottom: 10;
	text-align: center;
}

H4 {
	margin-top: 50px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	text-align: left;
}

H5 {

}

ADDRESS {
	margin-top: 50px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

BLOCKQUOTE {
	font-size: 10pt;
	font-weight: bold;
	background-color: red;
}

P,.p {
	font-family: verdana, arial, helvetica, sans-serif;
	/* font-family: arial, helvetica, sans-serif; */
	font-size: 16px;
	margin-left:  20px;
	margin-right: 20px;
	font-weight: normal;
	text-align: justify;
}

.quote {
	/*
	font-family: ms sans serif, comic sans ms, arial, helvetica, sans-serif;
	*/
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-left:  75px;
	margin-right: 75px;
}

.scripture, .scriptureh {
	font-family: arial, helvetica, sans-serif;
	/*
	font-family: Comic Sans MS, arial, helvetica, sans-serif;
	*/
	font-size: 13px;
	font-weight: bold;
}

.scriptureh {
	font-family: times new roman, times, serif;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
}

P.scripture {
	margin-left:  75px;
	margin-right: 75px;
	margin-bottom: 30px;
}

.in {
	margin-left:  75px;
	margin-right: 75px;
}

.hebrew, .hebrewlarge {
	font-family: times new roman, times, serif;
	font-style: italic;
	font-size: 18px;
	font-weight: normal;
}

.hebrewlarge {
	font-size: 22px;
	font-weight: bold;
}

.book {
	font-family: times new roman, times, serif;
	font-size: 22;
	background-color: #ffffcc;
	
	width: 400;
	height: 50;
	text-align: center;
}

P.bookp {
	font-family: times new roman, times, serif;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	background-color: white;
	text-align: justify;
	color: black;
}
.booktitle {
	font-size: 30;
	font-weight: bold;
	color: #0099cc;
	text-align: center;
}

.byline {
	font-size: 12pt;
	font-weight: bold;
	font-family: serif;
	text-align: center;
}

.copy {
	margin-top: 50px;
	font-size: 12pt;
	font-weight: bold;
	font-family: serif;
	text-align: left;
}

.victory {
	font-size:12pt;
	font-weight: bold;
	font-style: italic;
}

.small, .medium, .large, .bottomtag {
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

.small,.bottomtag {
	font-size: 9pt;
}

.bottomtag {
	margin-left: 0;
}

.medium {
	font-size: 11pt;
}

.large {
	font-size: 14pt;
}

.bold {
	font-weight: bold;
}

.darkblue {
	color: #333366;
}

A.tag,A.tagblue,A.tagyellow,A.here { 
	font-size: 13pt; 
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

A:link    { text-decoration: none; color: #0000cc }
A:visited { text-decoration: none; color: #333366 }
A:active  { text-decoration: none; color: #333333 }

.button,.buttonhere {
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt; 
	font-weight: bold;
}

TD.button {
	/* since buttons are in cells, this is the background
	 *  and the A:links below are the foreground 
	 */
	background-color: aliceblue;
	background-color: lightskyblue;
	background-color: 333366;
}
A.button:link    { color: aliceblue; }
A.button:link    { color: #ffffcc; }
A.button:visited { color: lightskyblue; }
A.button:active  { color: #999999; }

TD.buttonhere {
	background-color: lightskyblue;
}
A.buttonhere:visited {
	font-size: 11pt;
	color: #333366; 
}


A.tagblue {
	background-color: aliceblue;
	background-color: #97D1FD;
	background-color: #99eeFF;
	background-color: lightskyblue;
}

A.tagyellow {
	background-color: #ffff99;
}



