body {
  background-color: #ffffff;
  font-family: Helvetica, Arial, sans-serif;
}

img {
  border: none;
}

.text {
  font-size: large;
}

/* Links */
a {
  text-decoration: none;
}

a:hover {
  color: #888888;
  text-decoration: none;
}

:link, :visited {
  color: #0066CC
}

/* Headlines */
h1, h2, h3 {
  color: #0363c4;
}
h1, h2 {
  border-bottom: 3px dotted #dee7ec;
}
h3 {
  border-bottom: 1px solid #dee7ec;
}

/* Page head */
#head {
  font-size: large;
  text-align: center;
  margin: auto;
}
#head h1 {
  margin-top: -10px;
}

/* Left column & navigation */
#location {
  text-align: center;
  font-size: 120%;
  font-weight: bold;
}

ul.Navigation a, span.NavCurrent {
  border: 1px solid #749EA9;
  background-color: #dee7ec;
}
ul.Navigation a:hover {
  border:1px dotted #0066CC;
}

/* Footer */
#footer {
  clear: both;
  font-size: small;
  text-align: center;
  margin-top: 2em;
}
