@font-face {
	font-family: 'Steelfish';
	font-style: normal;
	font-weight: normal;
	src: local('Steelfish'), url('./fonts/steelfish rg.otf') format('truetype');
}
body {
	background-color: #000000;
	color: #FF9900;
	font-family: 'Steelfish', sans-serif;
}
td {
  	font-size: 24px;
  	padding: 0px;
}
th {
  	font-size: 26px;
  	text-align: left;
  	text-transform:uppercase;
}
td.wide {
  	font-size: 18px;
  	font-family: sans-serif;
  	width: 80%;
}
p.padding {
  	padding-top: 30px;
  	padding-right: 30px;
}
a {
  	text-decoration: none;
  	color: #000000;
}
.button {
	font-family: sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
  	vertical-align: bottom;
  	text-align: right;
	padding-top: 25px;
	padding-bottom: 0px;
	padding-right: 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.pink {
  	background-color: #CC99CC;
}
.blue {
	background-color: #9999CC;
}
