
.text {
  font-family: Arial;
  font-size: 8pt;
  color: #8E94A1;
}

.txtgreen {
  color: #339999;
}

.txtblue {
  color: #6D93E1;
}

.dcrlink {
  color: #F07808;
  text-decoration: none;
}

A:hover {
  color: red;
  text-decoration: underline;
}
