.green-bg,
.green-bg * {
background-color: #5ab75e !important;
color: #ffffff !important;
font-family: Arial, sans-serif;
font-size: 26px;
}

.green-bg a:hover {
  color: #ffcc00 !important;       /* можно сделать ссылки жёлтыми при наведении — будет заметно */
  text-decoration: underline;      /* подчёркивание, если нужно */
}