/* alle standaard instellingen van de browser opheffen */
* {
  padding:0;
  margin:0;
}

:link,:visited { color: #0000db; text-decoration:underline
 }


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 ; margin-right:0px;
}

fieldset {
  border: none;font-size: 0.99em;
}

a img {
  border:none
}

img {
  vertical-align: middle;margin-bottom:4px;
}
