/* 
Peter Coxhead, 7 Feb 2007.
Standard styles for a "paged" document.
Use with
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
or
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

Document should start with <body><div id="content">.  The default
styles will apply to this DIV.
Footer should start with </div><div id="footer">. Specific styles
apply.

Standard 'contrast' colour is darkish blue.
*/

@import "page-a-X10.css";
@import "page-b.css";

