a:link {
  color: #e55162;
}

a:visited {
  color: #c45963;
}

table.commonBGColor tr th,
body > table:first-of-type {
  background-color: #d63d4f !important;
  color: #fff;
}

body > table:first-of-type a{
  color: #fff;
  text-decoration: underline !important;
  font-weight: bold;
}

table.commonBGColor td {
  background-color: #f4f4f4;
  color: #808081;
}

table.commonBGColor tr:hover td {
  background-color: #fff;
  color: #e55162;
}

body > table:first-of-type > tbody > tr > td > a > img {
  width: 450px;
  height: auto;
  margin-right: 8px;
  padding-right: 8px;
  background-color: #fff;
}
