/*
CONTENTS/FLOW
=============

1) General
2) Links
3) h1/h1/h3 etc
*/


/*
1) General
==========
*/
    html {
        overflow-y: scroll;
    }

    body {
      background-color: #333;
    }

    #headerCell {
      background-color: #eee;
      text-align: center;
      width: 100%;
      margin-bottom: 20px;
    }

    #footerCell {
      background-color: #eee;
      font-size: 0.8em;
      margin-top: 20px;
      padding-top: 10px;
      text-align: center;
      width: 100%;
    }

    #mainContainer {
      background-color: #fff;
    }

    #mainLogo {
      margin-top: 20px;
      margin-bottom: 20px;
      max-width: 95%;
      text-align: center;
      width: 600px;
    }




/*
2) Links
========
*/
    A:link { COLOR: #f79900; TEXT-DECORATION: underline }
    A:visited { COLOR: #f79900; TEXT-DECORATION: underline }
    A:active { COLOR: #f79900; }
    A:hover { COLOR: #b16e00; TEXT-DECORATION: underline }


/*
3) h1/h1/h3 etc
===============
*/
  h1 {
    font-size: 1.5em;
    font-weight: bold;
  }

  h2 {
    font-size: 1.4em;
    font-weight: bold;
  }