As per title - If i override the HTML tag <STRONG> in CSS, by specifying a different font weight and size, does it retain any other style settings/properties?
strong {
font-weight:700;
font-size: 12px;}
I ask because im getting odd font weight differences between browsers (chrome and IE)