body {
  background-color: #000000;
  background-image: url(../graphics/che_BG_770.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center top;
  margin: 0px;
  text-align: center;
}
p {
  color: #000066;
  font-size: 14pt;
  text-align: justify; 
  font-weight: normal;
  font-style: normal;
  font-family: Courier New, Courier, monospaced;
  margin-left: 10px;
  margin-right: 10px;
}
div.body-text {
  margin-left: auto;
  margin-right: auto;
  width: 770px;
}
.center {
  text-align: center; 
}
.quote {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 12pt; 
  font-style: italic;
}
a.inline:link,
a.inline:visited,
a.inline:active {
  color: #006600;
  font-weight: bold;
  text-decoration: none;
}

a.inline:hover {
  color: #ffffff;
  background-color: #ff0000;
}