/* Stylesheet Van den Bos & Jansen bv */

td, body {
   color:   #000000;
   font-family: verdana, arial;
   font-size: 10px;
   line-height: 1.8;
}

.koptekst {
   font-weight:  bold;
   color:       #FF9933;
}


/* Deze tekst is alleen voor de kopjes bij bezoek text in de grijze balk. balk.html */

.balktextdik {
   font-family: verdana, arial;
   font-size: 10px;
   line-height: 1.8;
   font-weight:  bold;
   color:   #cccccc;
   }

/* Deze tekst is alleen voor de bezoek text in de grijze balk. balk.html */

.balktext {
   font-family: verdana, arial;
   font-size: 10px;
   line-height: 1.8;
   color:   #cccccc;
   }

/* Voor een nette uitlijning in pixel voor tekst */

div.inhoud {
   padding-left: 20px;
   padding-right: 80px;
   padding-top: 20px;
}

/* niet onderstrepen bij het mailen */
A, A:active, A:link, A:visited{
 color: #A2A1A1;
 text-decoration: none;
 }

A:hover {
 text-decoration: underline;
}


