  body {
        font-family: Georgia, Times, serif;
        background: white;
        background-image: url(/parchment.jpg);
	size: 12pt;
  }
  h1 {
        size: 300%;
        font-family: Copperplate Gothic Bold, Copperplate, CopprplGoth Bd BT, Verdana, sans;
        font-weight: bold;
        color: navy;
  }
  h2 {
        size: 200%;
        font-family: Copperplate Gothic Bold, Copperplate, CopprplGoth Bd BT, Verdana, sans;
        font-weight: bold;
        align: center;
        color: red;
  }
  h3 {
        font-family: Copperplate Gothic Bold, Copperplate, CopprplGoth Bd BT, Verdana, sans;
        font-weight: bold;
        color: navy;
  }
  p.fine {
	color: navy;
	font-style: italic;
	font-size: 75%;
  }
  .blue {
	color: navy;
  }
  .red {
        color: red;
  }
  th {
	margin-top: 4em;
	margin-bottom: 4em;
  }
  td {
	margin-top: 3em;
	margin-bottom: 3em;
  }
  td.boxblue {
        color: white;
        background: navy;
        border: solid;
        border-width: thin;
        border-color: red;
	margin-top: 3em;
	margin-bottom: 3em;
  }
  td.boxred {
        color: white;
        background: red;
        border: solid;
        border-width: thin;
        border-color: navy;
	margin-top: 3em;
	margin-bottom: 3em;
  }
  hr.shortblue {
        width: 20%;
        background-color: navy;
        color: navy;
        height: 4px;
        border: 0;
        text-align: left;
  }
  hr.shortred {
        width: 20%;
        background-color: red;
        color: red;
        height: 4px;
        border: 0;
        text-align: left;
  }
  hr.red {
        background-color: red;
        color: red;
        height: 4px;
        border: 0;
  }
  a.box {
        color: white;
  }
