body {
  background-color:#993300;
  background-image:url("../images/brickground.jpg");
  background-attachment:fixed;
}
.emphasistext1 {
  font-family: Arial, sans-serif;
  line-height:16px;
  font-weight:bold;
  font-size:18px;
  text-align:center;
}

.maintable {
  margin-left:auto;
  margin-right:auto;
  width:780px;
  height:580px;
  border:thick solid #555555;
  background-color:#EFEFE0;
  background-image:url('../images/parchment.jpg');
}
.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;
}