/* exerpt style sheet */

a:link {color: #ff0000; text-decoration: none;}
a:visited {color: #ff0000; text-decoration: none;}
a:hover {color: #660000; text-decoration: none;}
a:active {color: #660000; text-decoration: none;}

body {
  margin: 0;
  padding: 0;
  background: url(pg_gradient.jpg);
}

#package {
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  background: white;
}

#quotesect {
  height: 500px;
  width: 700px;
  margin: 10px;
  padding: 0;
  overflow: scroll;
}

blockquote.thetext {
  font: "Georgia";
  font-size: "12pt";
  color: black;
}

#lowertxt {
  margin: 10;
  padding: 0;
  font: "Georgia";
  font-size: 10pt;
  color: red;
  text-align: center;
}