.bb_bold {
  font-weight: bold;
}

.bb_italics {
  font-style: italic;
}

.bb_underline {
  text-decoration: underline;
}

.bb_strikethrough {
  text-decoration: line-through;
}

.bb_overline {
  text-decoration: overline;
}

.bb_sized {
  text-size:
}

.bb_quotecodeheader {
  font-family: Verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.bb_codebody {
  background-color: #FFFFFF;
  font-family: Courier new, courier, mono;
  font-size: 12px;
  color: #006600;
  border: 1px solid #BFBFBF;
  white-space: pre;
}
.bb_codebody br {
  display: none;
}

.bb_quotebody {
  background-color: #FFFFFF;
  font-family: Courier new, courier, mono;
  font-size: 12px;
  color: #660002;
  border: 1px solid #BFBFBF;
}

.bb_listbullet {
  list-style-type: disc;
  list-style-position: inside;
}

.bb_listdecimal {
  list-style-type: decimal;
  list-style-position: inside;
}

.bb_listlowerroman {
  list-style-type: lower-roman;
  list-style-position: inside;
}

.bb_listupperroman {
  list-style-type: upper-roman;
  list-style-position: inside;
}

.bb_listloweralpha {
  list-style-type: lower-alpha;
  list-style-position: inside;
}

.bb_listupperalpha {
  list-style-type: upper-alpha;
  list-style-position: inside;
}

