﻿.title
{
    font-family: "宋体" , "verdana" , "geneva" , "lucida" , 'lucida grande' , "arial" , "helvetica" , "sans-serif";
    font-size: 12px;
    font-weight: bold;
    color: #175c97;
}



.com
{
    font-family: "宋体" , "verdana" , "geneva" , "lucida" , 'lucida grande' , "arial" , "helvetica" , "sans-serif";
    font-size: 12px;
    font-weight: bold;
    color: #175c97;
}
.com:link
{
    color: #165E98;
    text-decoration: none;
}
/*普通*/
.com:visited
{
    color: #165E98;
    text-decoration: none;
}
/*已访问的*/
.com:hover
{
    color: #175c97;
    text-decoration: underline;
    font-weight: bold;
}
/*鼠标接触的*/
.com:active
{
    color: #175c97;
    text-decoration: underline;
    font-weight: bold;
}
/*激活的*/