p { color: #339;
 font-family: Arial, helvetica, sans-serif;
 font-size: 16px;
 font-weight: bold;
  }

td { color: gainsboro;
 font-family: Arial, helvetica, sans-serif;
 font-size: 18px;
 font-weight: bold;
  }

.normal { color: #000;
 font-family: Arial, helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
  }

.titleBar { color: #000;
 font-family: Arial, helvetica, sans-serif;
 font-size: 14px;
 font-weight: normal;
 text-align: center;
 background: #b73135;
  }

a:hover {color: red;
 }

