@font-face
{
	font-family:Myfont;
	src: url("bully.ttf");
}
.myfont
{
	font-family:Myfont;
	font-size: 50px;
	color: #1c4fc4;
	
}

.headingfont
{
	font-family:Myfont;
	
	
}

