<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#terms{
    /*margin:50px 100px;*/
    font-family: Arial;
}
#containersterms h1{
    font-weight: normal;
    margin-left: 35px;
    margin-top: 20px;

}
#terms h2{
    background: url('../image/dots.gif') repeat-x bottom;
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom:10px;
    margin-top: 50px;
    font-weight: bold;
}
#terms p{
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    
}
#terms a{
    color:blue;
}

#terms a:hover{
    color:blue;
    text-decoration: underline;
}

#terms i{
    color:black;
    font-weight: normal;
}
#terms ul{
    margin: 20px 0 20px 20px;
    list-style:disc outside none;
    font-size: 12px;
}
/*====================================terms link=========================================*/
#terms_link{
    /*margin:50px 70px;*/
    padding: 0 20px;
    border-bottom:1px solid #AECEEF;
    height:35px;
}
#terms_link li{
    margin-left: 10px;
    border:1px solid #AECEEF;
    padding:0px 10px 0;
    height:34px;
    float: left;
    background-color: #F4FAFF;
}
#terms_link li a{
    display: block;
    color: #1F75CC;
    font-weight: bold;
    margin-top: 10px;
    font-size: 14px;   

}
#terms_link li a:hover{    
}
#terms_link li.termslive{
    border-bottom: 1px solid white;
    background-color: white;
}
.terms_icon{
    margin: 0 8px -3px 0;
}
/*====================================terms link end=========================================*/

#terms ul li{
    color:#666666;
    margin-top: 10px;
}</pre></body></html>