@charset "iso-8859-2";
@font-face {
  font-family: 'TrebuchetMSRegular';
  src: url('..fonts/trebuc-webfont.eot');
  src: url('..fonts/trebuc-webfont.woff') format('woff'), url('../fonts/trebuc-webfont.ttf') format('truetype'), url('../fonts/trebuc-webfont.svg#webfontnFbOai2y') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  padding: 0;
  margin: 0;
  background: none;
  color: #000;
  font-family: TrebuchetMSRegular;
  height: 100%;
  cursor: default;
  text-align: center;
}
.link {
  cursor: pointer;
}