body{
    
    font-family:"微软雅黑","宋体",Arial;
    font-size:14px;
}
/*超链接*/
a {
    color:#464646;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:visited,a:hover {
    color:#464646;
}