h1 {
	font-family: Kalinga;
	font-size: 60px;
	font-style: normal;
	font-weight: bold;
	color: #F27900;
	font-variant: normal;
	text-transform: none;
}
body-head {
	font-family: Kalinga;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

h1-1 {
	font-family: Kalinga;
	font-size: 75px;
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #FF6633;
}
.newlink:link{/*unvisited*/ 
color:#181818; 
text-decoration:none} 
.newlink:visited{/*visited*/ 
color:#181818; 
text-decoration:none} 
.newlink:hover{/*mouseover*/
	color:#181818;
	background:none;
	text-decoration:underline;
	font-family: Kalinga;
	font-size: 14px;
} 
.newlink:active{/*selected*/ 
color:#181818; 
text-decoration:none}

