/*无效果*/
.titleStyle0 { font-weight: normal !important; }

/* 加粗 */
.titleStyle1 { font-weight: bold !important; }

/* 加红 */
.titleStyle2 { color: #ff1a1a !important; font-weight: normal !important; }

/* 加红加粗 */
.titleStyle3 { color: #ff1a1a !important; font-weight: bold !important; }

/* 14PX */
.titleStyle4 { font-size: 14px !important; font-weight: normal !important; }

/* 蓝色 */
.titleStyle5 { color: #004c73 !important; font-weight: normal !important; }

/* 蓝色加粗 */
.titleStyle6 { color: #004c73 !important; font-weight: bold !important; }

/* 绿色 */
.titleStyle7 { color: #486600 !important; font-weight: normal !important; }

/* 绿色加粗 */
.titleStyle8 { color: #486600 !important; font-weight: bold !important; }

/* 淡棕红 */
.titleStyle9 { color: #481212 !important; font-weight: normal !important; }

/* 淡棕红加粗 */
.titleStyle10 { color: #481212 !important; font-weight: bold !important; }

/* 棕色 */
.titleStyle11 { color: #462e08 !important; font-weight: normal !important; }

/* 棕色加 */
.titleStyle12 { color: #462e08 !important; font-weight: bold !important; }
