@font-face {  
  font-family: KrutiDev;  
  src: url( 'k010.TTF' ) format("truetype");  
}  

.hindiHeader {
    font-family: KrutiDev;  
    font-size:42px;
	/*color: white;*/
	font-weight: bold;
	padding-bottom: 20px;
}
.hindiText {
    font-family: KrutiDev;  
    font-size:22px;
	/*color: white;*/
	font-weight: bold;
	text-align: justify;
}