You create external stylesheets to help separate your code. However, if you are looking to keep your website fast. Do it all ion one file and use comments in your css file like this
/* Insert Comments Here */
That way you can read the comments to know what section of code it is.