/* Stijlen voor de site van Psychologenpraktijk Brouwer BV Ridderkerk The Netherlands */
/* Stijlen voor de gewone tekst-pagina's */

/* Auteur : Willem Brouwer                                  */
/* laatste wijziging */


BODY { 
  color: #000000; 
  background-color: #eeeeee;
  margin: 1em 3em; 
  font-size: 9pt;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1.6em;
  text-align: left;
  letter-spacing: 0.03em;
}
.welkom {
  background: url(gfx/logo.gif);
  background-position: center;
  background-color: #eeeeee;
  background-repeat: no-repeat;
}
.links{
  text-align: left;
}

TABLE { 
  color: #000000; 
  background-color: #eeeeee;
  font-size: 10pt;
  font-family: Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: normal;
  text-align: left;
}

A:link {    color: #008800; text-decoration: none; } 
A:visited { color: #006600; text-decoration: none; }
A:active {  color: #00CC00; text-decoration: none; } 

P.midden { text-align: center; }

H1 { 
  font-size: 20pt; 
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  line-height: normal;
  text-align: left;
  text-decoration: none;
  letter-spacing: 0.17em;
}
H1.welkom1 { 
  font-size: 20pt; 
  font-style: normal;
  font-weight: 600;
  font-variant: small-caps;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.15em;
}


H2 { 
  font-size: 16pt; 
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  line-height: 75%;
  text-align: left;
  text-decoration: none;
}
H2.welkom2 { 
  font-size: 16pt; 
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}

H3 { 
  font-size: 14pt; 
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  line-height: normal;
  text-align: left;
  text-decoration: none;
}
H3.welkom3 { 
  font-size: 14pt; 
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}

H4 { 
  font-size: 12pt; 
  font-style: normal;
  font-weight: 600;
  font-variant: normal;
  line-height: 0.1;
  text-align: left;
  text-decoration: none;
  vertical-align: bottom;
}
H4.welkom4 { 
  font-size: 12pt; 
  font-style: normal;
  font-weight: 500;
  font-variant: normal;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}

HR {
  color : green;
}


