body {
  font-family: Helvetica;
}

/** Style the tweets */
.twitters {
  padding: 5px 5px 0 5px;
  overflow: auto;
  font-size: 60%;
  margin: 0 0 -18px 0;
}

.twitters h1 {
  font-size	: 130%;
  text-align: center;
  text-decoration: none;
  font-weight: none;
  padding: 0 0 4px 0;
  margin: 0;
}

.twitters ul {
  list-style: none;
  padding: 0;
}

.twitters span.prefix {
  font-weight: bold;
  width: 280px;
}

.twitters span.time {
  font-size: 80%;
  font-style: italic;
  width: 280px;
}

.twitters span.status {
  font-style: italic;
  width: 280px;
}

a:link {
  color: #0aa9ff; /* lichtgrijs */
  text-decoration: none;
}

a:visited {
  color: #0aa9ff; /* lichtgrijs */
  text-decoration: none;
}

a:hover {
  color: #0aa9ff; /* donkergrijs */
  text-decoration: none;
}

a:active {
  color: #0aa9ff; /* donkergrijs */
  text-decoration: none;
}
  
h1 a:link {
  color: #0aa9ff; /* blauw */
  text-decoration: none;
}

h1 a:visited {
  color: #0aa9ff; /* blauw */
  text-decoration: none;
}

h1 a:hover {
  color: #0aa9ff; /* blauw */
  text-decoration: none;
}

h1 a:active {
  color: #0aa9ff; /* blauw */
  text-decoration: none;
}