<!-- 普通 -->
.normal {
    font-family: "宋体";
    font-size: 12px;
}
<!-- 主要的超链接样式：字体由黑色变成000000---009999 -->
<!-- 未访问过 -->
a:link {
    font-family: "宋体";
    font-size: 12px;
    color: #193C78;
    text-decoration: none;
}
<!-- 访问过 -->
a:visited {
    font-family: "宋体";
    font-size: 12px;
    color: #193C78;
    text-decoration: none;
}
<!-- 鼠标在上边 -->
a:hover {
    font-family: "宋体";
    font-size: 12px;
    color: #A00808;
    text-decoration: none;
    cursor:hand;
    TEXT-DECORATION: underline;cursor:hand;
}
<!-- 鼠标点击时 -->
a:active {
    font-family: "宋体";
    font-size: 12px;
    color: #A00808;
    text-decoration: none;
}


<!-- 超链接样式2   由绿色向黑色变化  -->
<!-- 超链接样式2   由绿色向黑色变化  -->
    <!-- 未访问过 -->
a.link_2:link {
    font-family: "宋体";
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}
<!-- 访问过 -->
a.link_2:visited {
    font-family: "宋体";
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}
<!-- 鼠标在上边 -->
a.link_2:hover {
    font-family: "宋体";
    font-size: 14px;
    color: #A00808;
    text-decoration: none;
    cursor:hand;
    TEXT-DECORATION: underline;cursor:hand;
}
<!-- 鼠标点击时 -->
a.link_2:active {
    font-family: "宋体";
    font-size: 14px;
    color: #000000;
    text-decoration: none;
}


<!-- 未访问过 -->
a.link_3:link {
    font-family: "宋体";
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
<!-- 访问过 -->
a.link_3:visited {
    font-family: "宋体";
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
<!-- 鼠标在上边 -->
a.link_3:hover {
    font-family: "宋体";
    font-size: 12px;
    color: #A00808;
    text-decoration: none;
    cursor:hand;
    TEXT-DECORATION: underline;cursor:hand;
}
<!-- 鼠标点击时 -->
a.link_3:active {
    font-family: "宋体";
    font-size: 12px;
    color: #A00808;
    text-decoration: none;
}

<!-- 管理平台部分  模块标题说明 -->
.title{
    font-size:14px;
    font-family:   "宋体"; 
    color:#FFFFFF;
    padding-top:5;
    padding-left:30;
    background-color:#009999;
    font-weight:   bold;
}

.table_list{
    font-family: "宋体";
    font-size: 12px;
    table-layout:fixed;
    
}

.table_list2{
    font-family: "宋体";
    font-size: 12px;  
}

.table_list td{
    text-overflow:ellipsis;
    overflow:hidden;
    white-space: nowrap;
}