body {
  background: #ddf;
  color: #000;
  font-family: verdana, arial, sans-serif;
}

h1 {
  border: 1px solid #039;
  background: #06c;
  color: #fff;
  vertical-align: middle;
  padding: 3px;
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 175%;
  margin: 0;
}

img {
  border: 0;
}

a img:hover {
  background: transparent;
}

h1 img {
  vertical-align: middle;
}

h2 {
  background: #36f;
  color: #fff;
  border: 1px solid #039;
  padding: 0.5em;
  margin: 0;
  font-family: tahoma, verdana, arial, sans-serif;
}

p {
  margin: 1em;
  line-height: 1.2em;
  text-align: justify;
}

a[href]:hover {
  background: #00f;
  color: #fc0;
}

#footer {
  border: 1px solid #ccc;
}

.time {
  background: #ccc;
  color: #000;
}

div#contact {
  float: right;
  width: 25%;
}

div#contact p {
  font-size: small;
}

div#about, div#activities, div#schemas {
  width: 73%;
}

div#nav p {
  text-align: center;
  font-size: small;
  margin: 10px;
}

address {
  border-top: 1px solid #039;
  border-right: 1px solid #039;
  background: #ccf;
  padding: 3px;
  text-align: right;
}
