/* Cybersoft.css */

body.taxblauw {
  background-color:rgb(112,168,214);  
  font-family:Verdana, Bookman, Arial, Helvetica;
  }

h1 {
  text-align:center;
  }
  
p.klein_midden {
  font-size:smaller;
  text-align:center;
  }

table {
  background-color:white;
  font-size:90%;
  }

th.klein {
  font-size:smaller;
  }

td.title {
  font-size:125%;
  font-weight:bolder;
  }  
  
td.nowrap {
  white-space:nowrap;
  }
  
td.nowrap_emp {
  white-space:nowrap;
  background-color:yellow;  
  }
  
td.emp {
  background-color:yellow;  
  }
  
td.klein {
  color:rgb(20,20,20);
  font-size:smaller;
  }