@font-face {
  font-family: 'URW Gothic';
  font-style: normal;
  font-weight: 400;
  src: local('URW Gothic Regular'), local('URWGothic-Regular'), url(fonts/BernhardGothicURW-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'URW Gothic';
  font-style: bold;
  font-weight: 700;
  src: local('URW Gothic Bold'), local('URWGothic-Bold'), url(fonts/BernhardGothicURW-Medium.woff2) format('woff2');
}
body { 
	padding : 0;
	margin: 8px;
	color: #6f6f6f;
	font-family : URW Gothic;
	font-size : 20px;
	line-height : 24px;
	text-decoration : none;
	background: #ffffff;
	height: 100%;
} 
img {
	border:0 ;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
a, table tr td a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
table tr td {
	font-size : 24px;
	line-height : 32px;
	text-decoration : none;
}

.bounce {
  position:fixed;
  margin: 0;
  height: 97px;
  width: 300px;
  -webkit-animation:bounce 30s infinite;
}

@-webkit-keyframes bounce {
	0%		{top: 0%; left: 0%;}
	5%		{top: 5%; left: 10%;}
	10%		{top: 10%; left: 20%;}
	15%		{top: 15%; left: 30%;}
	20%		{top: 20%; left: 40%;}
	25%		{top: 25%; left: 50%;}
	30%		{top: 30%; left: 60%;}
	35%		{top: 35%; left: 70%;}
	40%		{top: 40%; left: 80%;}
	45%		{top: 45%; left: 90%;}
	50%		{top: 50%; left: 100%;}
	55%		{top: 60%; left: 90%;}
	60%		{top: 70%; left: 80%;}
	65%		{top: 80%; left: 70%;}
	70%		{top: 90%; left: 60%;}
	75%		{top: 100%; left: 50%;}
	80%		{top: 80%; left: 40%;}
	85%		{top: 60%; left: 30%;}
	90%		{top: 40%; left: 20%;}
	95%		{top: 20%; left: 10%;}
	100%	{top: 0%; left: 0%;}
}

