BODY { 
  margin: 1em;
  font-family: Time New Roman, serif;
  font-size: x-large;
  line-height: 1.1;
  color: black;
  background: silver url(http://www.muzmo.com/CoatTale/greatcoat.jpg) no-repeat fixed left top;
  background-color:#ffffff;
  margin-left: 320px;
}

.halftitle {
	text-align: center;
	vertical-align: top;
	width: 100%;
}
  

H1 {
  font-family: "Lucida Handwriting";
}

H1, H2, H3, H4, H5, H6 {
  color: #840024;
}

a, a:visited, a:link {
  color: inherit;
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:active {
  color: red;
}


hr {
  color: #840024;
}




DIV { 
  display: block; 
  background: transparent;
  } 


P, BR, HR, FORM { display: block }

TABLE { 
  display: table;
  border-collapse: collapse;
}

/* Heading Detail */

H1, H2, H3, H4, H5, H6 { display: block; }

H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em }
H5, H6 { margin-top: 1em }
H1 { text-align: center }
H1, H2, H4, H6 { font-weight: bold }
H3, H5 { font-style: italic }

H1 { font-size: xx-large }
H2 { font-size: x-large }
H3 { font-size: large }


/* List Elements */

DL, UL, OL, DIR, MENU, DT, DD { display: block }

LI { display: list-item }

UL, DIR { list-style: disc }
OL { list-style: decimal }

MENU { margin: 0;  /* tight formatting */
  display: inline-block;
  }      
         
LI { margin-left: 3em }

DT { 
  margin-bottom: 0 
  }
DD { 
  margin-top: 0; 
  margin-left: 3em }

/* Other Block Display Elements  */

FORM { display: block;
	visibility: visible;
	overflow: scroll;
	border-style: solid;
}

PRE { 
  display: block;
  white-space: pre }

ADDRESS { 
  display: block;
  font-style: italic;
  margin-left: 3em;
  }

BLOCKQUOTE { 
  display: block;
  margin-left: 3em; 
  margin-right: 3em;
  font-style: italic;
  }

HR { 
  display: block;
  border-top: solid;
  border-color: silver;
}        

BR { display: block; }



/* Inline Element Display */

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, IMG, SPAN { display: inline }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, EM, CITE, VAR { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

IMG {
	float: right;
}


DIV.FOOTER {
  font: bold xx-small Arial, Helvetica, Geneva, sans-serif}


P.menu {
	background-color: inherit;
	text-align: center;
	vertical-align: middle;
	line-height: 1.3em;
	font-variant: small-caps;
	font-size: smaller;
}
  
a.menu, a.menu:visited {
  color: #840024; 
  text-decoration: none; /* none to remove the underline */
  }
a.menu:hover {
  color: #248400; 
  text-decoration: underline; /* none to remove the underline */
  }
 
.hidden { display: none; }  
  
 
  
  
  

