* {
  margin: 0;
  padding: 0;
  border: 0;
}
p {
  padding: 0.5em;
}
body {
  color:black; 
  background:url(background.png);
}
body h1 {
  font-weight:bold;
  font-style:normal;
  font-size:1em;
}
.navigation a {
  color:black; 
  text-align:center; 
  font-weight:bold;
  display:block; 
  padding: 2px;
  border: 2px solid #0000ff; 
  font-style:normal;
}
.navigation a:hover {
  color:black; 
  background:white; 
  font-style:italic; 
  text-align:center;
}
div.navigation {
  display:block; 
  padding:0; 
  float:left; 
  width:15%;
}
div.navigation h1 {
  text-align:center; 
  font-size:1em;
}
div.body {
  float:right; 
  width:82%;
}
div.header {
  text-align:center; 
  clear:both; 
  top:0px; 
  border:5px;
}
div.footer {
  text-align:center; 
  clear:both; 
  bottom:0px; 
  border:5px;
}
div.block {
  display:block;
  clear:both;
}
div.captionimage {
  float:right;
  clear:both;
}
div.captionedimage p {
  text-align:center;
  clear:both;
}
.navigation li { 
  list-style: none;
  margin: 5px 0px 0px;
}
button {
  border: 2px solid #0000FF;
  background-color: transparent;
  margin: 5px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  width: 15%;
}
button:hover {
  background: white;
  font-style: italic;
}
div.formrow {
  padding: 5px;
  clear: both;
}
div.formrow span.label {
  float:left;
  width:30%;
  text-align: right;
}
div.formrow span.element {
  float:right;
  width:70%;
  text-align:left;
}

