/* Drury Lane Water Tower - dlw_style.css */

td.light {
  background-image: url(/images/bkgd_trans_white.png)
}
td.dark {
  background-image: url(/images/bkgd_trans_black.png)
}
.big_txt {
  font-family: "Times New Roman", Times, serif;
  font-size: 36px;
  font-weight: normal
}
.med_txt {
  font-family: "Times New Roman", Times, serif;
  font-size: 26px;
  font-weight: normal
}
.reg_txt {
  font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: normal
}
.sml_txt {
  font-family: "Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: normal
}