BODY { 
  margin: 1em;
  /*font-family: serif;*/
  line-height: 1.2;
  background: white;
  /*color: black; */

  /* padding-left: 11em; */
  /* Browser will automatically use the first it has starting from Georgia */
  font-family: "Times New Roman", Georgia, Times, serif;
  text-align: center;
  width: 800px;
  color: white;
  background-color: white;

}

H1, H2, H3, H4, H5, H6, P, UL, OL, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, BR, HR, FORM, DL { 
  display: block }

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
IMG, SPAN { display: inline }

LI { display: list-item }

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 }

B, STRONG { font-weight: bolder }  /* relative to the parent */
I, CITE, EM, VAR, ADDRESS, BLOCKQUOTE { font-style: italic }
PRE, TT, CODE, KBD, SAMP { font-family: monospace }

PRE { white-space: pre }

ADDRESS { margin-left: 3em }
BLOCKQUOTE { margin-left: 3em; margin-right: 3em }

UL, DIR { list-style: disc }
OL { list-style: decimal }
MENU { margin: 0 }              /* tight formatting */
LI { margin-left: 3em }

DT { margin-bottom: 0 }
DD { margin-top: 0; margin-left: 3em }

HR { border-top: solid }        /* 'border-bottom' could also have been used */

A:link { color: blue }          /* unvisited link */
/*A:visited { color: red }*/        /* visited links */
A:active { color: lime }        /* active links */

/* setting the anchor border around IMG elements
   requires contextual selectors */

A:link IMG { border: 2px solid blue }
A:visited IMG { border: 2px solid red }
A:active IMG { border: 2px solid lime }


H1
{
  /* This will be valid only at h1 section */
  font-family: Helvetica, Geneva, Arial,
	SunSans-Regular, sans-serif 
}    

A:link 
{
  /*color: blue*/
  background-color: #798aa6;
}

A:visited 
{
  color: purple;
  background-color: #798aa6;
}

A:hover 
{ 
  /* When mouse is over link */
  color: red; 
  background-color: #798aa6;
}

div.TopBar	
{
  color: white;
  background-color: #798aa6;
  width: 800px;
  text-align: center;
}

div.Page	
{
  color: white;
  background-color: #798aa6;
  float: left;
  margin-top: 0%;
  margin-left: 0%;
  margin-bottom: 0%;
  /* 
  margin-top: auto;
  margin-left: auto;
  margin-bottom: auto;
  */
  text-align: left;
  width: 800px;
}

div.Story	
{
  color: white;
  background-color: #798aa6;
  float: left;
  margin-top: 0%;
  margin-bottom: 0%;

  text-align: left;
  width: 1400px;
  font-size: x-large;
  
  margin-left: auto;
  margin-right: auto;  
  padding: 2em;
}

div.NavBar	
{
  color: white;
  background-color: #798aa6;
  float: left;
  border-style: solid;
  border-width: 1px;
  padding: 1em;
  margin-top: 2px;
  text-align: left;
  width: auto;
}

div.LeftContext	
{
  color: white;
  background-color: #798aa6;
  float: left;
  padding: 1em;
  margin-top: 2px;
  text-align: left;
  width: auto;
}

div.Context	
{
  color: white;
  background-color: #798aa6;
  float: left;
  margin-top: 0%;
  margin-left: 2%;
  margin-bottom: 0%;
  text-align: center;
  width: 600px;
}

div.ContextMap	
{
  color: white;
  background-color: #798aa6;
  float: right;
  margin-top: 0%;
  margin-left: 0%;
  margin-bottom: 0%;
  text-align: left;
  width: auto;
}


div.BottomOfThePage	
{
  color: white;
  background-color: #798aa6;
  float: left;
  margin-top: 0%;
  margin-left: 0%;
  margin-bottom: 0%;
  text-align: left;
  width: 800px;
}

div.BottomLeft	
{
  background-color: #798aa6;
  float: left;
  text-align: left;
  width: 200px;
  height: 70px;
}

div.BottomCenter
{
  background-color: #798aa6;
  float: left;
  text-align: left;
  width: 200px;
  height: 70px;
}

div.BottomRight	
{
  background-color: #798aa6;
  float: left;
  text-align: right;
  width: 400px;
  height: 70px;
}
