@font-face {
	font-family: "Avenir";
	src: url("/fonts/AvenirLTStd-Book.otf") format("trueType");
}
@font-face {
	font-family: "Avenir";
	src: url("/fonts/AvenirLTStd-Black.otf") format("trueType");
	font-weight: bold;
}

body {
	font-family: "Avenir",  "Verdana";
}