BODY {
  background: #f4f9ff;
  color: black;
  font-family: sans-serif;
}
A, A:link {
	color: blue;
	text-decoration: underline;
}
A:visited {
	color: purple;
	text-decoration: underline;
}
	
DIV#navbar {
  background: #f4f9ff;
  color: black;
  position: fixed;
  top: 0;
  bottom: 93%;
  left: 0;
  right: 0;
  z-index: 10;
  padding-left: 1%;
  padding-right: 1%;
}
DIV#main {
  padding-left: 1%;
  padding-right: 1%;
  text-align: center;
  width: 85%;
  margin: 7% 6% 1em 6%;
  padding: 1em;
  background: #fef9dc;
  color: black;
  border-style: solid;
  border-color: #696043;
  }
DIV#footer {
  background: #fef9dc;
  position: fixed;
  top: 93%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-top: 1%;
  padding-left: 1%;
  padding-right: 1%;
}
H1,H2,H3,H4 {
  color: #000044;
  text-align: left;
}
H1 {
  text-align: center;
  font-size: 200%;
}
P {
  text-align: left;
}
P.scenario {
  line-height: 0%;
}
UL.scenario {
/*  list-style-image: none;*/
  list-style-type: none;
}
UL.scoring {
  list-style-type: disc;
}
.scenario A {
  text-decoration: none;
}
.scenario A:hover {
  text-decoration: underline;
}
LI {
  text-align: left;
  list-style-image: url("http://ninecats.org/margaret/list_button.jpg");
}
.scenario LI {
  list-style-image: none;
}
IMG.img-right {
  float: right;
}
IMG.img-left {
  float: left;
}
.small {
  font-size: 50%;
}
.strike {
  text-decoration: line-through;
}



