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

p           { 
             margin  : 1cm 1cm 1cm 1cm;
             font-family : Times; 
            }
         
.smaller    {
             font-size: 120%;
             margin-left: auto;
             margin-right: auto;
             width: 50em;
	         }    

.heading    { 
             color: rgb(255, 102, 0);
			    font-weight: bold;
			   }

.vet        { 
             font-weight : bold;
            }

.bible_verse_eng_view  
            { 
             color: rgb(255, 102, 0);
            }

.bible_verse_eng_hidden 
            { 
             display:none;
             color: rgb(255, 102, 0);
            }
           
.hidden_w_e { 
             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;
            }
         
.big        {
	          font-size: 120%;
	         }
         
.centering  {
	          text-align: center;
	         }
	      
