Style Override Technique

Avatar of Chris Coyier
Chris Coyier on
p { 
   font-size: 24px !important; 
}

The !important rule at the end of a value will override any other style declarations of that attribute, including inline styles.