     p.textBlock {
	 	font-family: "Times New Roman", Times, serif;
		text-align: justify;
		color: rgb(0, 0, 153); 
		}
    p.textBlock::first-letter {
	font-family:"Old English Text MT", "Times New Roman", Serif;     
	color: rgb(0, 0, 153);
	font-size: 220%; 
   /*      	font-size: xx-large;*/
      	text-transform: uppercase;
      	test-weight: bold;
   }
hr { 
    display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 2px;
    color: rgb(0, 0, 153);
} 
     p.dropcap {
	 	font-family: "Times New Roman", Times, serif;
		text-align: justify;
		color: rgb(0, 0, 153); 
		}
 p.dropcap::first-letter {
	font-family:"Old English Text MT", "Times New Roman", Serif;     
	color: rgb(0, 0, 153);
	  /*       	font-size: xx-large;*/
      	text-transform: uppercase;
      	test-weight: bold;
        float: left;
        width: 0.8em;
     	font-size: 220%; 
        line-height: 80%;
}