.systemmessageLOW{
  color: black;
  font-size: 8pt;
  font-weight: 100;
}
.systemmessageMED{
  color: black;
  font-size: 10pt;
  font-weight: bold;
}
.systemmessageHIGH{
  color: red;
  font-size: 10pt;
  font-weight: bold;
}

.systemmessageLOW a:link{
  color: black;
  font-size: 8pt;
  font-weight: 100;
  text-decoration: underline;
}
.systemmessageMED a:link{
  color: black;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}
.systemmessageHIGH a:link{
  color: red;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}