Use a CDN
Some files such as the JavaScript libraries, CSS style sheets and images consume lots of network resources because there are lots of them and they are usually small. CDNs (Content Delivery Network) are thus recommended as they bring the files physically closer to users, saving large amounts of bandwidth and improving response time.
Minify CSS files
Use a tool like YUI Compressor to remove unnecessary spaces and line breaks. Google’s Apache mod_pagespeed can also automate this operation.