body {
  font-family: sans-serif;
  background: white;
  margin: 4em;
  font-size: large;
}

a {color: #006633; }
a:active {font-weight: bold;}

div.motto p {
  margin: 0;
  font-weight: bold;
  font-size: smaller;
  color: #666666;
  white-space: nowrap;
}

div.motto p em {
  font-style: normal;
  color: black;
}

div.logo {
  float: left;
  margin-right: 1em;
}

div.contact {
   margin: 0.5em;
}

div.contact p {
  margin: 0;
}

span.proto {
  font-weight: bold;
}

div.news {
  clear: left;
  font-family: serif;
  background-color: #eeffee;
  border-top: thin solid #006633;
  border-bottom: thin solid #006633;
  margin: 1em;
  padding: 0.5em;
  margin-left: 4em;
}

div.news span.date {
  background-color: #cceeaa;
}

div.news p.edit {
  text-align: right;
  font-size: x-small;
  margin: 0em;
}

div.summary {
  clear: left;
}

div.summary p {
  text-indent: 2em;
}

div.copyright {
  clear: both;
  font-size: smaller;
}

div.copyright p {
  padding-before: 1em;
}
