
A:link, A:visited, A:active { text-decoration: none; }

#floatMenu {
    position: fixed;
    bottom: 14;
    width: 100%;
}
 
#floatMenu ul {
  margin:0;
  padding:0;
  list-style:none;
  background-color: #000;
  opacity: 0.75;
}
 
#floatMenu ul li {
  display:inline-block;
}
 
#floatMenu ul li a {
  text-decoration: none;
}

@font-face {
  font-family: 'gothic';
  src: url('/fonts/goth.eot'); /* IE9 Compat Modes */
  src: url('/fonts/goth.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
    url('/fonts/goth.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/fonts/goth.svg#avgr45w') format('svg'); /* Chrome < 4, Legacy iOS */
}

.weekDate {
  font-family: 'gothic';
  color: "#DCDCDC";
  font-size: 35px;
}
