CSS for ease of reading
Add to Options Theme
span.heading { color: black; / Make Red Text Black / Not Bold /
font-weight: normal;
font-variant: normal;
text-transform: small-caps;
font-size: 100%;
}
span.small { color: black; / Make Small Text Black / Normal Size /
font-weight: normal;
font-variant: normal;
font-size: 100%;
}