﻿BODY, td
  {
  font-family       : verdana, arial, sans-serif;
  font-size         : 12px;
  color             : #000000;
  background-color  : #FFFFFF;
  text-align        : justify;
  vertical-align    : top;
  margin            : 10px;
  padding           : 0;
  font-weight       : normal;
  }

H1
  /* Page titel */
  {
  font-family       : verdana, arial, sans-serif;
  font-size         : 20px;
  color             : #6C6E70;
  line-height       : 21px;
  text-align        : center;
  letter-spacing    : 0px;
  font-weight       : bold;
  }
  
H2
  /* Update info */
  {
  font-family       : verdana, arial, sans-serif;
  font-size         : 14px;
  color             : #000000;
  line-height       : 16px;
  text-align        : center;
  letter-spacing    : 0px;
  font-weight       : bold;
  }
  
/* Footer */
.footer
  /* Normal */
  {
  font-family       : verdana, arial, sans-serif;
  font-size         : 11px;
  color             : #000000;
  text-align        : center;
  font-weight       : normal;
  }
.footer_link
  /* Normal */
  {
  font-family       : verdana, arial, sans-serif;
  font-size         : 11px;
  color             : #B9C4D0;
  text-align        : center;
  font-weight       : normal;
  }

  /* Link naar Elektro-technisch aannemer J. Koeleman op Nederlandse pagina*/
A.koeleman:link
  {
  font-family       : verdana, arial, sans-serif;
  font-size         : 11px;
  color             : #49667B;
  border-left-style : none;
  border-left-width : 0px;
  text-decoration   : none;
  }
A.koeleman:hover
  {
  font-family       : verdana, arial, sans-serif;
  font-size         : 11px;
  color             : #B9C4D0;
  text-align        : center;
  font-weight       : normal;
  text-decoration   : none;
  }
A.koeleman:visited
  {
  font-family       : verdana, arial, sans-serif;
  font-size         : 11px;
  color             : #49667B;
  border-left-style : none;
  border-left-width : 0px;
  text-decoration   : none;
  }
  
/* Links */
A:link
  {
  font-family       : verdana, arial, sans-serif;
  font-size         : 12px;
  color             : #49667B;
  border-left-style : none;
  border-left-width : 0px;
  text-decoration   : underline;
  }
A:hover
  {
  font-family       : verdana, arial, sans-serif;
  font-size         : 12px;
  color             : #B9C4D0;
  border-left-style : none;
  border-left-width : 0px;
  text-decoration   : underline;
  }
A:visited
  {
  font-family       : verdana, arial, sans-serif;
  font-size         : 12px;
  color             : #49667B;
  border-left-style : none;
  border-left-width : 0px;
  text-decoration   : underline;
  }