Also, if you use an external stylesheet instead of an internal one or inline styling the browser will cache (store) the information thus, it doesn't have to reread all the styling in the head section or typical inline styling again (it reduces the file size and is easier to maintain too!)
CSS Introduction
CSS How To... - explains external, internal and inline styles.