P { 
font-family: Georgia, Verdana, Arial, Trebuchet;
font-size: 14pt;
color: black; 
font-weight: normal;
}

p.large {
	font-size: 16pt;
	color: black; 
}
p.small {
font-size: 10pt;
line-height:110%;
color: black; 
}
p.high {
font-size: 10pt;
line-height:400%;
color: black; 
}
p.book {
	font-family: Georgia, Verdana, Arial, Trebuchet;
	font-size: 12pt;
	color: black; 
	font-weight: normal;
	text-align: left;
}
p.story {
	font-family: Georgia, Verdana, Arial, Trebuchet;
	font-size: 12pt;
	color: black; 
	font-weight: normal;
	text-align: justify;
	text-indent:25px;
}

B {
	font-weight: bold;
	color: black;
}

H1 {
	font-family:  Georgia, Verdana, Arial, Trebuchet;
	font-size: 28pt;
	font-weight: normal;
	color: black;
}

h1.book1 {
	font-family:  Georgia, Verdana, Arial, Trebuchet;
	font-size: 28pt;
	font-weight: bold;
	color: Maroon;
	text-align: center;
}

H2 {
	font-family: Georgia, Verdana, Arial, Trebuchet;
	font-size: 22pt;
	font-weight: normal;
	color: black;
}

h2.book2 {
	font-family:  Georgia, Verdana, Arial, Trebuchet;
	font-size: 22pt;
	font-weight: bold;
	color: Maroon;
	text-align: center;
}
H3 {
	font-family: Georgia, Verdana, Arial, Trebuchet;
	font-size: 18pt;
	font-weight: normal;
	color: black;
}
h3.book3 {
	font-family:  Georgia, Verdana, Arial, Trebuchet;
	font-size: 18pt;
	font-weight: bold;
	color: Maroon;
	text-align: center;
}

BODY {
	/*text= "Black" */
	/*background: white; */ 
	font-family: Georgia, Verdana, Arial, Trebuchet;
}

UL { 
font-family:  Georgia, Verdana, Arial, Trebuchet;
font-size: 12pt;
color: black; 
}

li.syn{
font-family:  Georgia, Verdana, Arial, Trebuchet;
font-size: 13pt;
font-weight: normal;
color: black; }


OL { 
	font-family: Arial;
	font-size: 12pt;
	color: black; 
}
table {}

table.norm {
width:900px;
border:1px solid maroon;
}

table.norm2 {
width:450px;
border:1px solid maroon;
border-color:maroon;
}
table.norm3 {
width:600px;
border:1px solid maroon;
border-color:maroon;
}

table.nb {
border-style:none;
border-width:0px; 
border-color:#ffffff;
}

table.nbx {
border-style:hidden;
border-width:0px; 
border-color:transparent;
height:50px
}

tr.narrow {
border:1px solid maroon;
}

tr.trbook {
font-family: Georgia, Verdana, Arial, Trebuchet;
border:1px solid maroon;
font-size: 13pt;
/* color: black; */
font-weight: normal;
text-align: left;
}

td {
/* border:1px solid maroon; */
font-family: Arial;
font-size: 10pt;
color: black;
font-weight: 600;
}

td.menu { 
font-family: Arial;
font-size: 9pt;
color: Black;
font-weight: bold;
}
td.tdnorm { 
border:1px solid maroon;
font-family: Georgia, Verdana, Arial, Trebuchet;
font-size: 12pt;
color: Black;
font-weight: normal;
}

td.tdnorm2 { 
font-family: Arial;
font-size: 14pt;
color: Black;
font-weight: normal;
}

td.tdsmall { 
font-family: Arial;
font-size: 8pt;
color: Black;
font-weight: normal;
}

td.tdbook {
font-family: Georgia, Verdana, Arial, Trebuchet;
border:1px solid maroon;
font-size: 12pt;
color: black; 
font-weight: normal;
text-align: left;
}

td.tdbooknb {
font-family: Georgia, Verdana, Arial, Trebuchet;
border:0px hidden transparent;
font-size: 13pt;
color: black; 
font-weight: normal;
text-align: left;
}

td.tdbook3 {
font-family:  Georgia, Verdana, Arial, Trebuchet;
font-size: 14pt;
font-weight: bold;
border:1px solid maroon;
text-align: center;
}


hr.mine {
color:maroon;
width:900px;
}

ADDRESS {
font-size: 9pt; 
}

A:link { color: Black }          /* unvisited link */
A:visited { color: Navy }        /* visited links */
A:active  { color: Teal }        /* active links */



