body 
{
    background: #ffffff;
}
@font-face
			{
				font-family: "Calibri";
				src: url("fonts/calibri.ttf");
			}
@font-face
			{
				font-family: "Britannic";
				src: url("fonts/britannic.ttf");
			}
h1 {
	font-family: "Calibri"
  	font-size: 30px;
  	text-align: center;
  	font-weight: normal;
}
h2 {
	font-family: "Calibri";
  	font-size: 10px;
  	text-align: left;
  	font-weight: normal;
}

p {
	font-family:Calibri;
  	font-size: 20px;    
   font-weight: normal;
}