body {
  color: green;
}
a {
  color: green;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: black;
}
a.cr {
  font-size: 70%;
  font-weight: normal;
}
div.btminfo {
  position: absolute;
  width: 60%;
  left: 25%;
  text-align:center;
  top: 12px;
}
div.cr {
  bottom:2px;
  position:absolute;
  right:2px;
}
