/* print media styles */

body
{
  color: black;
  background-color: white;
  font-family: "Times New Roman",Times,serif;
}

.stdtext
{
  background-color: white;
  color: black;
}

.revtext
{
  background-color: white;
  color: black;
}

.noprint { display: none; }
.screenonly { display: none; }
.printonly { display: block; }

a:link, a:visited
{
  color: blue;
  background-color: transparent;
}
p
{
  text-align: justify;
}
.quote
{
  font-style: italic;
  margin-left: 5%;
}
hr.pagebr
{
  margin: 0;
  page-break-before: always;
}
