You need to reference the CSS file in the xhtml document, i.e
Code:
<link href="../Styles/defaults.css" rel="stylesheet" type="text/css" />
There is no global CSS configuration, you will need to add it to each included document, this can be done by regex quite easily.