body {
  font-size: medium
}

a {
  color: blue
}

#appointments .reserved a {
  color: black
}

legend {
  font-size: smaller;
  font-style: italic;
  padding: 0 0.5em 0 0.25em
}

label {
  font-size: smaller;
  font-style: italic
}

#calendar_nav .calendar .work_day {
  background-color: yellow
}

#calendar_nav .calendar .vacation {
  background-color: white
}

#calendar_nav .instructions {
  font-size: large
}
