@font-face {
  font-family: Eurostile;
  src: url(eurosti.eot);
}

@font-face {
  font-family: Eurostile;
  src: local("Eurostile"), url(Eurosti.ttf) format("truetype");
}

@font-face {
  font-family: EurostileB;
  src: url(eurostib.eot);
}

@font-face {
  font-family: EurostileB;
  src: local("Eurostileb"), url(eurostib.ttf) format("truetype");
}

html,body {
height: 99%;
font-family: Eurostile;
}


