body {
  font-family: Verdana, Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;
  color: #000099;
  text-align: center;
  background: #ffffff;
  margin: 0;
  padding: 0;
}


div#header {
  margin-bottom: 1em;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 1em;
/*  border-bottom: solid;  */
}

div#header h1 {
  float: right; 
  width: 60%;
  font-weight: bold;
  text-align: right;
  font-size: 150%;
  margin-right: 10px;
  margin-top: 0;
}

div#header h2 {
  border: solid;
  border-color: red;
  background: #CCCCFF;
  color: blue;
  font-weight: bold; 
  font-size: 100%;
  float: left;
  width: 30%;
  margin: 0px 0 0 10px;
}

div.mainblock img {
  max-width: 90%;
}

div.clearboth {
  clear: both;
  height: 1px;
  border-top: solid;
  margin: 10px;
}

div.footer {
  margin: 10px;
  clear: both;
  border-top: solid;
  font-size: 80%;
}

div.footer p {
  text-align: right;
}

div.footer img {
  float: left;
  margin: 10px;
  border: none;
}

