body { font-family: Times, "Times New Roman", Georgia, serif; background-color: white }
.headline { color: #295129; font-family: Helvetica, Geneva, Arial, sans-serif; font-weight: bold }
.subhead { color: #295129; font-family: Times, "Times New Roman", Times, Georgia, serif; font-weight: bold }
.date { color: #686868 }
.bold { font-weight: bold }
.italic { font-style: italic }
.smallText { font-size: 80% }
.redNote { color: #f00 }
p { font-family: Times, "Times New Roman", Georgia, serif }
#floatEditButton  { visibility: visible; position: absolute; z-index: 12000; top: 0; left: 0; width: 100%; height: 20px }

/* Add these styles for the footer-menu links */
.footer-menu a {
  color: #666666; /* Dark grey for normal link state */
  text-decoration: none; /* Optional: removes underline from links */
}

.footer-menu a:hover {
  color: #000000; /* Black for hover state */
}