The error is in your <head> tag...
<link href="OUP_Styles.css" rel="styleSheet" type="text/css"/>
"styleSheet" should be lowercase - "stylesheet"
Relink the pages to the stylesheet and it should be fixed.
Also, your <span class="chaptertitle">. There is no class for "chaptertitle" in the stylesheet.
|