/*
 * Style sheet for the CSS2 specification
 * Batavia radio: batprint.css
 * 
 * Using pt (points) for text size:
 *
 * Here's how the point values break down in comparisson to the font sizes we are used to:
 *
 *  size 1 = 1 to 16 pt
 *  size 2 = 17 and 18 pt
 *  size 3 and 4 = 19 to 22 pt
 *  size 5 = 23 to 26 pt
 *  size 6 = 27 to 32 pt
 *  size 7 = 33 pt
 * 
 */

@media print {
   BODY {
         background-color: white;
         color: black 
   }
}
@page { margin: 2cm }

@charset { ISO-8859-1 }

body { 	color: #000000; 
        background-color: #FFFFFF;
}

td { 	color: #000000; 
        background-color: #FFFFFF;
}

.stop { display: none; }

.andre { display: none; }

.koekel { display: none; }

.rood { color: #000000 }

.blauw { color: #000000 }

.grijs { color: #000000 }

.normal { color: #000000 }

.terug { width: 15%;
         color: #000000;
         background-color: #FFFFFF; 
}

.scherm { width: 60%;
         color: #000000;
         background-color: #FFFFFF; 
}

a:link { color: #000000; background-color: #FFFFFF; text-decoration: none }
a:visited { color: #000000; background-color: #FFFFFF; text-decoration: none }
a:hover { color: #000000; background-color: #FFFFFF; text-decoration: none }
a:active { color: #000000; background-color: #FFFFFF; text-decoration: none }

H1  {
	color: black;
        line-height: 24px;
        font-size: 20pt;
        font-style: regular;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: left
      
}

H2  {
	color: black;
        line-height: 20px;
        font-size: 18pt;
        font-style: regular;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: left
}

H3  {
	color: black;
        line-height: 21px;
        font-size: 18pt;
        font-style: regular;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: left
}

H4 {
        color: black;
        line-height: 20px;
        font-size: 16pt;
        font-style: regular;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: left
}

H5 {
	color: black;
        line-height: 20px;
        font-size: 12pt;
        font-style: regular;
        margin-top: 5px;
        margin-bottom: 5px;
        text-align: left
}


.nietprinten { display: none; }

.niettezien { text-align: left; }

.lijntje { border: 1px solid gray; }

.streep {
        width: 728px;
        text-align: left;  
}

.grijsgrond { background-color: #FFFFFF; }

