body {
/*  line-height: 120%;*/
  color: white;
  background: #cd6600;
  margin-left: 1em;
  margin-right: 1em;
}

h1, h2, h3 {
  border: outset thin;
  border-style: none;
  padding:0.3em 0em 0.3em 0.4em;
  background-color: #de7700;
  margin: 1em 0em 0.5em 0em;
  font-weight: bold;
}

h1 {
  font-size: large;
  text-align: center;
}

h2 {
  font-size: medium;
}

strong {
  color: #c0c0c0;
  font-style: italic;
}

a:link{color: #000000;}
a:visited{color: #ffffff;}
a:active{color: #c0c0c0;}
