INLINE STYLES
CSS is a great way to control the design of a site from one central location, or from a set area of the webpage. But there is even another level of control with Inline Styles. An inline style lives in the tag area of the code being effected. For example if you want to control the font, font size and color of an <H1> tag then it would look like this:
<font style="font-family: Arial,Helvetica,sans-serif; font-size:22px; color:red; text-decoration:underline; "> |