/* There are various caveats in a reset css file that need to be handled
   I think it would be best to put them here instead of in our main site css
*/

strong em {
    font-weight: bold;
    font-style:italic;}

em strong {
    font-weight: bold;
    font-style:italic;}

strong * { font-weight: bold; }

strong { font-weight: bold; }