﻿.TitleTextA 
{
    /*蓝灰色 24*/
    font-size: 20px;
    color: #FFDECC;
    text-decoration: none;
    font-weight: bold;
}
.TitleTextB 
{
    /*白色 13 加粗*/
    font-weight: bold;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
}
.TitleTextC  
{
    /*桔红 13 加粗*/
    font-weight: bold;
    font-size: 13px;
    color: #ff6600;
    text-decoration: none;
}
.TitleTextD 
{
    /*蓝色 13 加粗*/
    font-weight: bold;
    font-size: 13px;
    color: #3366cc;
    text-decoration: none;
}

	
