No stylesheet.css? Hmmm, possibly inline styles or styles specified in each xml page.
You can create your own stylesheet.css and link to it:
Start in
section0001-0027.xml as this will(should) be your main body of text for the book:
Look for:
Code:
<head>
<title>Book title here</title>
<link href="../Styles/stylesheet.css" rel="stylesheet" type="text/css" />
</head>
The
<link... /> won't be there, you need to add that in.
This is also a good time to check for any <style> ... </style> between the <head> tags. Styles specified here will override the stylesheet.css I believe.
Right hand column, under the folder icon Styles, right click and select
Add Blank Stylesheet. You will now have a file
Style0001.css. Rename to stylesheet.css. Open that new one up and add in your styles.