.red {
  color: #e3120b;
}
.grey {
  color: #4a4a4a;
}
.light-grey {
  color: #7B7B73;
}
.grey-palette a {
  background: #f0f0f0;
}
.grey-palette .fly-title {
  color: #4a4a4a;
}
.grey-palette a:hover {
  background-color: #568A9F;
}
.grey-palette a:hover * {
  color: #FFFFFF;
}
.white-palette{
  color: #4a4a4a;
}
.white-palette a:hover,
.white-palette a:hover * {
  background-color: #f0f0f0;
}
.white-palette a,
.white-palette span {
  border-bottom-color: #f0f0f0;
}
.white-palette .entry {
  color: #000000;
}
.green-palette {
  background: #f1f0df;
}
.green-palette .title {
  color: #888570;
}
.green-palette .fly-title {
  color: #4a4a4a;
}
.green-palette a {
  border-bottom-color: #ffffff;
}
.green-palette a:hover {
  background-color: #ffffff;
}
.green-header {
  color: #888570;
  border-top-color: #888570;
  background: #f1f0df;
}
.grey-header {
  color: #4a4a4a;
  border-top-color: #4a4a4a;
  background: #f0f0f0;
}
.green-variant > *,
.green-variant a {
  color: #888570;
  border-color: #888570;
}
.hcontrast-header {
  color: #ffffff;
  border-top-color: #f7a600;
  background: #000;
  border-bottom:0;
}
.hcontrast-palette a {
  background: #4a4a4a;
}
.hcontrast-palette a:hover {
  background-color: #568A9F;
}
.hcontrast-palette a:hover *{
  color: #ffffff;
}
.hcontrast-palette .fly-title {
  color: #f7a600;
}
.hcontrast-palette .rubric {
  color: #dadada;
}