@font-face {
    font-family: 'itc_benguiatbold';
    src: url('/fonts/benguiatitcbybt-bold-webfont.woff2') format('woff2'),
         url('/fonts/benguiatitcbybt-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body
{
  font-family: 'itc_benguiatbold', Arial, sans-serif;
  font-size: 18px;
	margin: 0;
	line-height: 1.5;
	color: #333;
  background-color: #000;
}
