/* Deze css wordt alleen gebruikt als de pagina geprint wordt, */
/* houd er rekening mee dat achtergronden niet geprint worden. */

a:active  { color: 000000; text-decoration:none; }
a:link    { color: cc0000; text-decoration:none; }
a:visited { color: 808080; text-decoration:none; }
a:hover   { color: FF6600; text-decoration:none; }

.samplefont {color: Black; font-weight: bold; font: 18px Arial;}

body { 
   background-color: #BFD2D2;
   background-image: url('/side/left/background'); 
   background-repeat: no-repeat; 
   background-attachment: fixed; 
   background-position: center
}

body, td {font-family: Verdana; font-size: 15px; color:black; background-image:none; background-color: transparent;}

* {
background-image:none; background-color: transparent;
}



