body     {
		   background-color: #fbffff;
		   color: #000000;
		   margin: 10px 10px 10px 10px;
         font-family : Times;
         line-height: 100%; 
	      }

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

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

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

A:hover  {
		   color : red; text-decoration: none;
	      }

table    {
			border-collapse: collapse;
			}

table tr td, table tr th { 
		   border-collapse: collapse; 
		   border-width: none;		
		   padding: 5;
		   }

.v_c     {
          font-family :Times;
         line-height: 100%; 
	      font-weight : bold;
	      text-align: center;
	      }

.v_l     {
          font-family :Times; 
         line-height: 100%;
	      font-weight: bold;
	      text-align: left;
	      }
	      
.v_r     {
          font-family :Times; 
         line-height: 100%;
	      font-weight: bold;
	      text-align: right;
	      }
.i_c     {
          font-family :Times; 
         line-height: 100%;
	      font-style: italic;
	      text-align: center;
	      }

.i_l     {
          font-family :Times; 
         line-height: 100%;
	      font-style:  italic;
	      text-align: left;
	      }
	      
.i_r     {
          font-family :Times; 
         line-height: 100%;
	      font-style:  italic;
	      text-align: right;
	      }
	      
.centreren  {
	      text-align: center;
	      }	      

h2       {
          font-family :Times;   
         line-height: 100%; 
	      font-variant : small-caps;
		   font-weight : bold;
	      }

h3       {
          font-family :Times;
         line-height: 100%;    
	      font-variant : small-caps;
		   font-weight : bold;
	      }

h5       { 
          font-family :Times;  
         line-height: 100%; 
	      font-variant : small-caps;
		   font-style : italic;
	      }

div.alinea {
          font-family :Times; 
         line-height: 100%;
	      text-indent : 3%;
 	      }
		
div.first-alinea {
          font-family :Times; 
         line-height: 100%;
	      text-indent : 0%;
   	   }

div.verse {
          font-family :Times; 
         line-height: 100%;
		   white-space : pre;
	      }

div.kop  {
          font-family :Times; 
         line-height: 100%;
		   font-size : 110%;
		   font-weight : bold;
	      }
		
p.subscript {
          font-family :Times; 
         line-height: 100%;
		   font-size : 80%;
	      }
	      
.small_font_a {
          font-family :Times; 
         line-height: 100%;
         font-size : 90%;
         }
	      
.small_font {
          font-family :Times; 
         line-height: 100%;
         font-size : 80%;
         }
