/* Style sheet for our home page (and sub-pages) */

/* Text settings */
body {font-size: 14pt;
      font-family: "Arial";
      margin-left: 60pt;
      margin-right: 60pt;
      text-align: center;
      background: #05a5ab;
      }

/* Attributes of the footer, which gives a sort of site map */
div.footer {font-size: 10pt;
            font-family: "Arial";
	    text-align: center;
	   }

