﻿@font-face {
    font-family: 'special_eliteregular';
    src: url('fonts/specialelite-regular-webfont.woff2') format('woff2'),
         url('fonts/specialelite-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
	font-family: Verdana;
	
}
img {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
div.sticky {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 5px;
  background-color: #ffa33d;
  border: 1px solid #ff8c0d;
  text-align: center;
}

footer {
  position: fixed; 
  left: 0px;
  bottom: 0px; 
  height: 50px;  
  width: 100%; 
  background-color: #ffa33d;
  border: 1px solid #ff8c0d;
  text-align: center;
}

a:link, a:visited {
    background-color: #ff890e;
    color: black;
    padding: 5px 25px;
	margin: 0px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
	font-family: 'special_eliteregular';
}


a:hover, a:active {
    background-color: #c36b07;
}