.bold {
font-weight : bold;
}
.italics {
font-style : italic;
}
.underline {
text-decoration : underline;
}
.strikethrough {
text-decoration : line-through;
}
.overline {
text-decoration : overline;
}
.bbcode_quote {
width : 90%;
margin-left : auto;
margin-right : auto;
margin-top : 5px;
margin-bottom : 5px;
}
.bbcode_quote_head {
font-family : Verdana, arial, helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
}
.bbcode_quote_body {
border : 1px dashed black;
color : gray;
font-size : 90%;
font-style : italic;
padding : 15px;
margin-top : 4px;
}
.bbcode_rule {
margin-top : 10px;
margin-bottom : 10px;
}
.bbcode_img {
margin : 0 15px;
border : 0;
max-width : 100%;
}
.listbullet {
list-style-type : disc;
list-style-position : inside;
}
.listdecimal {
list-style-type : decimal;
list-style-position : inside;
}
.listlowerroman, .listlower-roman {
list-style-type : lower-roman;
list-style-position : inside;
}
.listupperroman, .listupper-roman {
list-style-type : upper-roman;
list-style-position : inside;
}
.listloweralpha, .listlower-alpha {
list-style-type : lower-alpha;
list-style-position : inside;
}
.listupperalpha, .listupper-alpha {
list-style-type : upper-alpha;
list-style-position : inside;
}

