body     {
		   background-color: #fbffff;
		   color: #000000;
		   font-family: "Times New Roman", Times, serif;
	      }

A:link   {
		   color : #0000ff; text-decoration: none;
	      }

A:visited{
	      color : #0000ff; text-decoration: none;
	      }

A:active {
		   color : #ff0000; text-decoration: none;
	      }
	      
A:hover  {
		   color : #ff0000; text-decoration: none;
	      }

#v_c     {
	      font-weight : bold;
	      text-align: center;
	      }

#v_l     {
	      font-weight: bold;
	      text-align: left;
	      }
	      
#v_r     {
	      font-weight: bold;
	      text-align: right;
	      }

#i_c     {
	      font-style: italic;
	      text-align: center;
	      }

#i_l     {
	      font-style:  italic;
	      text-align: left;
	      }
	      
#i_r     {
	      font-style:  italic;
	      text-align: right;
	      }

#n_c     {
	      font-style: normal;
	      text-align: center;
	      }

#n_l     {
	      font-style:  normal;
	      text-align: left;
	      }
	      
#n_r     {
	      font-style:  normal;
	      text-align: right;
	      }
	   
h2       {   
	      font-variant : small-caps;
		   font-weight : bold;
	      }

h3       {   
	      font-variant : small-caps;
		   font-weight : bold;
	      }

h5       {   
	      font-variant : small-caps;
		   font-style : italic;
	      }

div.alinea {
	      text-indent : 3%;
 	      }
		
div.first-alinea {
	      text-indent : 0%;
   	   }

div.verse {
		   white-space : pre;
	      }

div.kop  {
		   font-size : 110%;
		   font-weight : bold;
	      }
		
p.subscript {
		   font-size : 80%;
	      }
	      
table    {
	      margin:auto; 
	      }
	      
table.border  { 
         border-style: groove;
         border-collapse: collapse;
         border : 1px solid black; 
         padding : 2px;
  	   	}
  		
td.border {
      border-style: groove;
      border : 1px solid black; 
      padding : 2px;
   	}

table.no_border, th, td  { 
      border-collapse : collapse;
      border : 0px solid black; 
      padding : 2px;
  		}

#werkblad {
	   width : 1024px;
	   height : 600px;
      top: 0px;
      border-style : none;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-left: auto ;
      margin-right: auto ;
	   }

.centreren {
	   text-align: center;
	   }
      
#blue {
      background-color:#1f487c;
      }
      
#normal {
		font-size : 85%;
		}
		
#netbook {
		font-size : 70%;
		}
		