/* This stylesheet says what is for the printed form of a web page,
as opposed to its screen display. (Cf fancysc.css.) */

body {
  font-family: "times new roman", "times roman", "times", serif;
  font-size: 12pt;
  color: #000000;
  background: #ffffff;
  margin: 0;
  }

td,tr,p,li {font-size: 12pt}

div {
  page-break-inside: avoid;
  }

table {
  page-break-inside: avoid;
  }

h2, h3 {
  page-break-after: avoid;
  }

th.plain, td.plain {
  border: 0;
  margin: 2px 0 2px 0;
  padding: 0;
  }

th,td {
  border: solid black 1px;
  padding: 5px;
  }

a {
  color: black;
  background: transparent;
  text-decoration: none;
  }

p.toplinks {
  visibility:collapse;
  }

