/* CSS bestand */

body {
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
}

p.center {
  text-align: center;
  font-family: arial, verdana, sans-serif;
  font-size: small;
}

table {
  margin: 0 auto 0 auto;
}

td {
  text-align: left;
  font-family: arial, verdana, sans-serif;
  font-size: small;
  padding: 0px 3px 0px 3px;
}

a:link {
  color: #000000;
  text-decoration: none;
}

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

a:visited {
  color: #000000;
  text-decoration: none;
}

img {
  border: 0px;
}

