/* Copyright 2011-present Terse Math (www.tersemath.com), All rights reserved */

/* Set the style for document body; overflow-y is set to scroll to prevent screen jitters */
body.documentBodyClass { overflow-x:auto; overflow-y:scroll; font:13px Arial,sans-serif; }

/* Set the width of the site and center the div. */
div.siteDivClass { width:800px; margin:0px auto 0px auto; }