Yay inline CSS<!>
If you declare an external stylesheet and make sure it's the second-to-last stylesheet defined (since the user stylesheet should override this one) then you don't need to inline the CSS. There's an order of precedence for styles: external sheets (in document order), inline styles in the <head> in order, and styles on each tag.
|