.css {
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}
.titleModel {
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}
.f_blue_b {
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    color: #3300CC;
    font-size: 14px;
}
.f_blue {
    font-family: "Times New Roman", Times, serif;
    color: #3300CC;
}
.marquee {
    position:relative;
    overflow:hidden;
    width:100%;
    height:200px;
    border:none;
}