html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

body {
  background-color: #000000;
  background-image:url(../afbeeldingen/achtergrond2.jpg);
  color: #FFFFFF;
  font-family: Garamond, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
h1 {
  font-family:Garamond;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  font-family:Garamond;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  font-family:Garamond;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  font-family:Garamond;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  font-family:Garamond;
  color: #FFFFFF;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  font-family:Garamond;
  color: #FFFFFF;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  font-family:Garamond;
  color: #FFFFFF;
}
p {
  font-family:Garamond;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  padding: 10 0 0 0;
}

li {
  font-family:Garamond;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 18px;
  padding: 10 0 0 0;
}

.table {
  background-image:url(../afbeeldingen/achtergrond.jpg);
  color: #FFFFFF;
  font-family: Garamond, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
