/*
Copyright (c) 2026 Creative Consulting for Research and Education
*/

body {    color: black; background: white;
          font-family: Arial, Helvetica;
          font-size: 12pt; 
	  font-style: normal;
	  margin-left: 1.5in;
	  margin-right: 1in;
	  margin-top: 1in;
	  }

H1       {color: black;}

div#title {
	    font-family: Arial, Helvetica;
            font-size: 18pt;
            font-style: normal;
	    font-weight: bold;
            text-align: center;
            padding: 0;}

div#footer { 
	     font-size: 10pt;
	     text-align: center;
	   }
