.headline { font-size: x-large;
          font-weight: bold;
	  font-family: helvetica;
          display: block;
	  color: blue;
          text-align: center; 
          margin-top: 2ex;
          margin-bottom: 3ex 
        }
p.head { font-size: large;    
          font-weight: bold;
          display: block;
          margin-top: 2ex;
          margin-bottom: 2ex
        }
p.subhead { font-size: medium;
          font-weight: bold;
          display: block;
          margin-top: 2ex;
          margin-bottom: 2ex
        }
p.quote { color: blue; margin-top: 10ex; font-size: x-small }
.center { text-align: center }
.small { font-size: x-small }
.backbutton { font-size: small; font-weight: bold; text-align: center; 
	      display: block; margin-top: 6ex; margin-bottom: 3ex }
td { border: inset 3pt; border-color: gray; text-align: center }
table { border: outset 6pt; border-collapse: separate; border-spacing: 9pt; border-color: gray }
