BODY      { Font-Family: Arial, Sans-Serif; Font-Size: 10pt; color: #CCCCCC; text-align: justify }
H1        { Font-Size: 18pt; color: #0000FF; font-weight: bold }
TABLE     { Font-Family: Arial, Sans-Serif; Font-Size: 10pt }
A:LINK    { color: #CCCCCC; text-decoration: none }
A:VISITED { color: #CCCCCC; text-decoration: none }
A:HOVER   { color: #FFFFFF; text-decoration: none }
A:ACTIVE  { color: #CCCCCC; text-decoration: none }


.T1 {Font-Family: Arial; color: #0000FF; font-size: 15pt; font-weight: bold;}
.T2 {Font-Family: Arial; color: #CCCCCC; font-size: 12pt; font-weight: bold;}
.T3 {Font-Family: Arial; color: #CCCCCC; font-size: 10pt; font-weight: bold;}
.T4 {Font-Size: 15pt; color: #000000; font-weight: bold; background-color: #FCD209;}
.T5 {Font-Family: Arial; color: #CCCCCC; font-size: 10pt; font-weight: bold; background-color: #333333;}




/* initiele (responsive) instellingen */
div.container {
  width:  95%;
  border: 0;
  margin: 0px auto;
}


/* instellingen voor schermen breder dan 750px */
@media screen and (min-width: 751px) { 
  div.container { width: 750px; }
}
