.externalLink {
   font-family: Arial,"sans-serif",Microsoft JhengHei !important;
}
.abc {
    list-style-type:none !important;
    padding-left: 20px;
 }
 
 .abc li:before {
    content:"(" counter(section, lower-alpha) ") ";
 }
 
 .abc li {
    counter-increment:section;
    text-indent:-20px;
 }

.iii {
    counter-reset: my-counter;
    list-style-type:none !important;
 }
 
 .iii li:before {
    content:"(" counter(my-counter, lower-roman) ") ";
 }
 
.iii li {
    counter-increment:my-counter;
 }
.fb_custom_style_font_weight_bold{
    font-weight: bold !important;
}

.fb_custom_style_font_style_italic{
    font-style: italic !important;
}

.fb_custom_style_text_decoration_underline{
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}



