/* Styles for website VDK */
/* Algemene styles */
a               { color: white }
a:visited       { color: white }
body            { font-family: Verdana; color: white; background-color: #363636 }
/* p          { font-family: Verdana; font-size: x-larger; color: white } */
h3              { text-align: center }
p               { display: block; padding-bottom: 2mm }
p.image         { text-align: center }  
td.aanhef       { text-align: left; vertical-align: bottom; font-weight:bold }
td.regel        { text-align: left }

/* De Appelaar */
table.withBorder { border-style: solid; border-width: thin; border-color: red; margin-left:auto; margin-right:auto }
td.caption       { vertical-align: top; text-align: center; padding-left: 3mm }
td.image         { border-style: solid; border-width: thin; border-color: #363636; text-align: center }
.over            { border-style: solid; border-width: thin; border-color: silver; text-align: center }
.out             { border-style: solid; border-width: thin; border-color: #363636; text-align: center }


