/* The base.css should be included before any of the other CSS */
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

body {
    background-repeat: repeat-x; 
    background-position: left top;
    color: #3D5A6C;
    width: 967px;
    margin: 0 auto;
    text-align: left;
}

/* For Gap pages, use the default helvetica font */
#col-a, #col-b {
    font-family: "helvetica neue", arial;
    font-size: 13px;
}
