
#vsb_content_1001 h2 
{
    font-size: 18px
;}
定义了h2的样式，其中#后面的“vsb_content_1001”为id选择符，您定义的样式名称必须以“vsb_content_1001”为选择符,"_1001"不能删掉！

******************************************************************************************************/


/*定义正文中的h2样式*/
#vsb_content_1001 h2 {
    font-size: 18px
;}

/*在正文中定义一个 名为icon的class */
#vsb_content_1001 .icon {
    border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}

/*定义正文中的img样式*/
#vsb_content_1001 img {
    border-bottom: #ccc 1px solid; border-left: #ccc 1px solid; border-top: #ccc 1px solid; border-right: #ccc 1px solid;}

/*定义正文中的段落样式*/
#vsb_content_1001 p {
    line-height: 1.75; text-indent: 2em; font-size: 18px
; background:none; font-family:"宋体"; }

/*定义正文中的span样式*/
#vsb_content_1001 span {
    line-height: 1.75; text-indent: 2em; font-size:18px
; background:none; font-family:"宋体"; }

/*定义正文中的链接样式*/
#vsb_content_1001 a {
    color: #1e50a2; text-decoration: underline
; font-family:"宋体"; background:none;}
#vsb_content_1001 a:visited {
    color: #1e50a2; text-decoration: underline
;}
#vsb_content_1001 a:hover {
    color: #ba2636
;}

/*定义正文中的表格样式*/

#vsb_content_1001 table{ border-collapse:collapse;border:1px solid #000;background:none; } 
#vsb_content_1001 table td{ border:1px solid #000;background:none; } 

#vsb_content_1001 table td p {
    text-indent: 0px; margin: 0px; font-size: 18px
;background:none;}
#vsb_content_1001 table th p {
    text-indent: 0px; margin: 0px; font-size: 18px
;background:none;}
#vsb_content_1001 table td img {
    border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}





/*以下三个样式为正文定义了显示时的大、中、小样式*/
#vsb_content_1001.newscontent_l p {
    font-size: 18px;
}        
#vsb_content_1001.newscontent_m p {
    font-size: 16px;
} 
#vsb_content_1001.newscontent_s p {
    font-size: 14px;
} 

/*
如果您的正文中可能还包括其他标签，您可按照以下方式增加对应的代码
#vsb_content$ {newsformat} <html标签>
{
    样式内容
} 