@font-face{
	font-family:"Arvo";
	src:url("Arvo-Regular.ttf") format("ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family:"Arvo";
	src:url("Arvo-Italic.ttf") format("ttf");
	font-weight: normal;
	font-style: italic;
}
@font-face{
	font-family:"Arvo";
	src:url("Arvo-Bold.ttf") format("ttf");
	font-weight: bold;
	font-style: normal;
}
@font-face{
	font-family:"Arvo";
	src:url("Arvo-BoldItalic.ttf") format("ttf");
	font-weight: bold;
	font-style: italic;
}