/*
:Author: David Waterman
:Contact: david dot waterman at stfc dot ac dot uk
:Copyright: This stylesheet has been placed in the public domain.

Stylesheet for use with Docutils to match CCP4 documentation format
*/

@import url(html4css1.css);

/* Remove centered alignment for title */

h1.title {
  text-align: left }

h2.subtitle {
  text-align: left }

