a.xx {
    font-family: "Baskerville";
    src: url(Baskerville.otf) format("truetype");
    font-size:14px;
    color: #3366FF;
    font-weight:bold;
}
a.xx:hover {
    font-family: "Baskerville";
    src: url(Baskerville.otf) format("truetype");
    font-size:14px;
    color: #3300CC;
    font-weight:bold;
}
span.yy {
    font-family: "Baskerville";
    src: url(Baskerville.otf) format("truetype");
    font-size:14px;
    color: #757575; /*#514B4B;*/
    /*text-align:justify;*/
    padding-left:0;
    margin-left:1px;
    line-height:18px;
    /*font-weight:normal;*/
}