.overlib_fg_class{}
.overlib_bg_class table{
  filter:alpha(opacity=75);   /* Internet Explorer       */
  -moz-opacity:0.75;           /* Mozilla 1.6 and below   */
  opacity: 0.75;               /* newer Mozilla and CSS-3 */
  background-color: #fff;
  font-size: 85%;
}
.overlib_text_class{
  font-weight: normal;
  color: #000;
  padding: 2px;
}
.overlib_text_class em{
  font-weight: bold;
}
.overlib_text_class strong{
  font-weight: bolder;
  font-size: 12px;
  text-decoration: underline;
}
.overlib_text_class span{
  font-weight: normal;
}