/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019-6-26, 13:21:30
    Author     : TomasFeng
*/

a{
    text-decoration: none;
}
body,td,p{
    margin: 0 0 0 0;
    letter-spacing: 2px; 
    line-height: 30px; 
}
.orcaPageTitle{
    font-family: "微软雅黑";
    font-size: 24px;
}
.colorWhite{
    color:white;
}
.colorGray{
    color:#5c5c5c;
}
.daoHang{
    font-size:24px;
}
.xiaoBiaoTi{
    font-size:20px;
}
.AlignCenter{
    text-align: center;
}