

div.transbox {
  margin:0px 0px;
  background-color:#ffffff;
  /*border: .2em dotted #900;*/
  /*background: rgb(232, 195, 142);*/ /* The Fallback */
  background: rgb(245, 224, 193); /* The Fallback */
  background-color:rgba(255,255,255,0.3);
  /*opacity:0.5;*/
  filter: alpha(opacity = 30)
}

p {
  font-family:Georgia;
  font-size:18px;
  font-style:italic;
  font-weight:bold;
  text-decoration:none;
  text-transform:none;
  font-variant:small-caps;
  color: rgb(136, 85, 37)
}

h1 {
  text-shadow: 10px 10px 8px rgb(222, 170, 106);
  font-family:Georgia;
  font-size:24px;
  font-style:italic;
  font-weight:bold;
  text-decoration:none;
  text-transform:none;
  font-variant:small-caps;
  color: rgb(136, 85, 37)
}

img {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

img, div, a, input { behavior: url(iepngfix.htc) }

