/*
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.size12 { font-size: 12px; }
p.size14 { font-size: 14px; }
p.size18 { font-size: 18px; }
p.size24 { font-size: 24px; }

