You can use as many CSS files as you want, but you have to reference them in the XHTML files. Look for something like:
Code:
<head>
<title>Part IV — Chapter XII</title>
<link href="css/style.css" type="text/css" rel="stylesheet" />
</head>
You can add more <link href="..." /> lines as needed.