body {
  background-color:#EE9966;
  background-image:url("../images/stoneback.jpg");
  background-attachment:fixed;
}
.emphasistext1 {
  line-height:18px;
  font-weight:bold;
  font-size:20px;
  text-align:center;
}
.emphasistext2 {
  font-weight:bold;
  font-size:18px;
}
.emphasistext3 {
  line-height:27px;
  font-weight:bold;
  font-size:20px;
  text-align:center;
  padding-right:25px;
}
.excerpttext{
  font-size:15px;
}
.maintable {
  margin-left:auto;
  margin-right:auto;
  width:780px;
  height:580px;
  border:thick solid gray;
  background-color:#EFEFE0;
  background-image:url('../images/parchment.jpg');
}
.comments {
  font-size:12px;
}
.padded {
  padding:20px;
}
img {
  border:none;
}
.footermenu{
  padding:5px;
  font-size:12px;
  letter-spacing:2px;
  font-family:Arial;
  font-weight:bold;
}
a {
  outline:none;
}
a:link {
  color: #000099;
  text-decoration: none;
}
a:visited {
  color: #006600;   
  text-decoration: none;
}
a:hover { 
  color: #9999FF;
}
.redtext {
  color:#990000;
}
.quote{
  font-style:italic;
}
.cite{
  text-align:right
}