body {
  font-family: "Courier New", Courier, mono;
  font-size: 12px;
  color: #999999;
  }
  
a {
  text-decoration: none;
  color: #FF0000;
}

a:hover {
  text-decoration: underline;
}

.book a{
  color:#FF0000;
  }