body {
  background-color: #ffffcc;
  color: black;
  margin-left: 2em;
  margin-right: 2em;
  line-height: 1.3em;
}
h1 {
  color: white;
  background-color: darkgreen;
  font-size: 1.7em;
  text-align: center;
}
h2 {
  font-size: 1em;
  text-align: center;
  color: white;
  background-color: darkgreen;
  font-style: normal;
  font-weight: normal;
  margin: 0em 0em 0.2em 0em;
}
h3 {
  font-size: 1em;
  text-align: center;
  color: white;
  background-color: seagreen;
  font-style: normal;
  font-weight: normal;
  margin: 0em 0em 0em 0em;
}
p {
  font-size: 0.95em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
}
p.right{
  float: right;
}
p.cls {
  clear: both;
}
em {
  font-style: normal;
  font-weight: bold;
}
em.bk {
  color: white;
}
em.new {
  color: darkred;
}
em.vup {
  color: darkgreen;
}
small {
  font-size: 0.8em;
}
div {
  padding-left: 1em;
}
div#logo {
  text-align: center;
  margin-bottom: 0.3em;
}
div#notice {
  text-align: right;
  font-size: 0.8em;
  padding-top: 0em;
  padding-bottom: 0.4em;
  line-height: 1em;
}
div#whatsnew {
  padding-bottom: 0.4em;
}
div#frommaster{
  text-align: center;
  padding-bottom: 0.4em;
}
div#menu1 {
  width: 48%;
  float: left;
}
div#menu2 {
  width: 48%;
  float: left;
}
div#footer {
  clear: both;
}
