
body { 
	background-color:#def6ff; 
	height:100%;
	max-width:800px;
	margin:auto;
	padding-left:3%;
	padding-right:3%;
	}
html { height:100% }
form { margin:0px }
body > form { height:100% }
img { margin:0px; border-style:none }
button { margin:0px; border-style:none; padding:0px; background-color:transparent; vertical-align:top }
table { empty-cells:hide}
table.Story {width:100%}
td { padding:5px; border:2px solid}
.f-sp { font-size:1px; visibility:hidden }
.f-lp { margin-bottom:0px }
.f-fp { margin-top:0px }
a:link { color:#00f; text-decoration:underline }
a:hover { color:#f00; text-decoration:underline }
em { font-style:italic }
h1 { font-size:22px }
h1:first-child { margin-top:0px }
h2 {font-size:18px}
strong { font-weight:bold }
.style2 { font-size:120% }
.style3 { color:#ff2600 } /* red */
.style32 { color:#d5ffff }
.style31 { color:#75d100 }/* green */
.style1 { text-decoration:underline }
.style6 { font-size:150%; text-align:center }
.style4 {margin-left:50px}
.style43 {margin-left:40px; margin-right:40px }

hr { height:5px; width: 90%; background-color: #0388fc; border: 2px; border-color: black; }

pre {
  display: block;
  font-family: times;
  white-space: pre;
  color:navy;
  margin: 1em 0;
} 

#PageDiv { position:relative; width:650px; min-height:100%; margin:auto }
.center1 {
  display: block;
  margin-left: auto;
  margin-right: auto;

}
.center {
  margin-left: auto;
  margin-right: auto;
}
span.red {color:red}
/* hr {border: 3pt solid blue;} */


