/**
	 * Constructor. Overwrites a few style properties of parent class, but
	 * otherwise keeps everything the same as default.
	 */
	public function __construct() {
		parent::__construct();
		$this->punctuationInQuotes   = True;
		$this->replaceAmpersands     = False;
		$this->eraWithoutPunctuation = True;
		$this->eraNoSpace            = False;
		$this->eraBeforeYear         = False;
		$this->styleHTML             = 'Chicago';

	}