/* Enter Your Custom CSS Here */
/*.center {
    margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;
} */
p.sub {
  font-weight:bold;
  font-size:110%;
}
img.dbc {
  display:block;
  margin-left;auto;
  margin-right;auto;
  width:60%;
}
img.rt {
  float:right;
  margin-left: 20px;
}
img.lt {
  float:left;
  margin-right:20px;
}

.notrans {text-transform: none; }