/* alle standaard instellingen van de browser opheffen */
* {
  padding:0;
  margin:0;
}

:link,:visited {
  text-decoration:none
}

h1,h2,h3,h4,h5,h6,pre,code {
  font-size:1em;
}

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
  margin:0; padding:0
}

fieldset {
  border: none;
}

a img {
  border:none
}

img {
  vertical-align: bottom;
}
