ENTRY {
	display: block; 
	margin-top: 1em; 
	margin-bottom: 1em;
	margin-left: 1em;
	}
	
ENTRY:before {content: "Entry # " attr(ID) ": "; 
              color: red;
                   }
HEAD {
        display: block;
        font-size: 14pt;
        color: green;
        text-align: center;
        } 	

HEADWORD {
	display: inline; 

	}

POS {
	display: inline;
	font-style: italic;
	}
	
ENTRY > POS:before {content: " "}	
	
ORTH  {
	display: inline; 
	font-weight: bold ; 
	}
	
FORM {
	display: inline;
	}
	
	