p.TL {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  
  font-weight: new times;
  font-size: 130%;
  text-align: center;
  color: red;
}

p.IL {
  margin-bottom: 0.5em;
  font-size: 100%;
  font-style: italic;
  text-align: center;
  color: #009966;
}

p.L {
  text-align: center;
  font-weight: new times;
  font-size: 110%; 
  white-space: pre;
  color: #000000;
}

p.SL {
  margin-top : -1em;
  font-size: 100%;
  font-style: italic;
  text-align: center;
  color: #009966;
}

p.CRef {
  font-size: 100%;
  text-align: right;
}

p.C {
  white-space: pre;
  font-size: 100%;
  color: #009966;
  text-align: center;
}



