/*
We don't want to reproduce every style that we use in the site. We just want to give the
user some options without ceding control.
*/
.red_text { color: red; }
p.wideimage {
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 12px 0px;
  border-top: 5px solid #ffd204;
  border-bottom: 1px solid #ffd204;
}

