body {
  text-align:center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

#weekend a {
  line-height: 30px;
  color: #506FB0;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position:  right 50%;
  text-align: center;
  display: block;
  height: 30px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  font-size: 12px
}
#menu a {
  line-height: 30px;
  color: #dfdeb2;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position:  right 50%;
  text-align: center;
  display: block;
  height: 30px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  font-size: 12px
}
#menu a.hover {
  line-height: 30px;
  color: #FFFFFF;
  text-decoration: none;
  background-repeat: no-repeat;
  background-position:  right 50%;
  text-align: center;
  display: block;
  height: 30px;
  padding-right: 8px;
  padding-left: 8px;
  float: left;
  font-size: 12px
}
