body {
 font-size : 14pt;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: yellow;
  background-color: #FF9933;
  margin-right: 0px;
}
a { text-decoration: none }
a:link    { color: #ff9900 }
a:visited { color: white }
a:hover   { text-decoration: underline; }
h1 {
  text-align: center;
  font-size : 20pt;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  border: 2px solid black;
}
h2 {
  text-align: left;
  margin-bottom: 3px;
}
div.contents {
  border-top: thin solid;
  border-bottom: thin solid;
}
div.intro, div.simulation {
  background: blue;
  margin: 3px 0;
  padding: 0.3em;
  border-right: 1em solid black;
}
div.simulation {
  background: blue;
}
div.signature {
  background: url('../EjsLogo.gif') no-repeat 0px 5px; 
  margin-top: 0;
  padding-left:65px; padding-right:65px; padding-top:15px; padding-bottom:54px  
}