CSS Anatomy [Aug. 18, 2011, 1:43 p.m.]
CSS DECLERATION ANATOMY:
element { property : value; }
(h2,p,body,etc.) (font-size, color, etc.) ( ex.font-size: 100%; )
the element can also the property is basically the value states what
be an ID or class traits we would like to this trait will be given
name as a selector. change or alter for our or in other words it's
ex.) #intro, .intro element. personality.