@page      { 
            size: 21cm 29.7cm; 
            margin:  2cm
           }

p          { 
            margin  : 1cm 1cm 1cm 1cm;
            font-family : Junicode, Times; 
           }
           
#tekst     {
            margin-left: auto ;
            margin-right: auto ;
            border-width: 0px;
            width: 90%;
            text-align: justify;
            font-size: 120%;
            font-family : Junicode, Times; 
           }
.heading   { 
            color: rgb(255, 102, 0);
			   font-weight: bold;
			  }

.vet       { 
            font-weight : bold;
           }
         
.big       {
	         font-size: 140%;
	        }
         
.vetbig    {
            font-weight : bold;
	         font-size: 140%;
	        }

.hidden    { 
            display:none;
            color: rgb(255, 102, 0);
           }
           
.not_hidden{ 
            display:inline;
           }

.intro     { 
            font-size: 90%;
            color:grey;
           }

.comment   { 
            font-size: 80%;
            color: rgb(140, 140, 140);>
           }
           
.ex        { 
            font-size: 100%;
            color: rgb(255, 102, 0);
            font-style: italic;
           }
         
.centreer  {
	         text-align: center;
	        }
	      
