<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-frame{
    float:left;
    margin:30px;
    overflow: hidden;
    font-family:Open Sans;
}

.blog-frame-1x1,.blog-frame-1x2,.blog-frame-1x3{
    width:340px;        
}
.blog-frame-2x1,.blog-frame-2x2,.blog-frame-2x3{
    width:740px;        
}
.blog-frame-3x1,.blog-frame-3x2,.blog-frame-3x3{
    width:1140px;        
}
.blog-frame-1x1,.blog-frame-2x1,.blog-frame-3x1{
    height:340px;        
}
.blog-frame-1x2,.blog-frame-2x2,.blog-frame-3x2{
    height:740px;        
}
.blog-frame-1x3,.blog-frame-2x3,.blog-frame-3x3{
    height:1140px;        
}
.blog-frame-1d5x1{
    width:540px;
    height:340px;
}
.blog-frame-1d5x2{
    width:540px;
    height:740px;
}

.short-line-horizontal{
    width:100%;
    height:200px;
    left:0px!important;
}
.short-line-vertical{
    height:100%;
    width:200px;
    top:0px!important;
}
.blog-frame p,.blog-frame h1,.blog-frame h2,.blog-frame h3{
    margin-top:0px;
}
.blog-frame h1{
    color:white;
    font-size:35px;
    font-weight:normal;
}
.blog-frame:hover p,.blog-frame:hover h1{

}
.blog-frame h2,.blog-frame p{
    background-image:none;
    font-size:16px;
    color:white;
    font-weight:normal;
}
.hero{
    width:100%;
    text-align:center;

    padding:30px 0px 40px 0px;
    color:white;
    font-size:80px;
    font-family:Open Sans;
}


.blog-content{
    max-width:1000px;
    color:#666666;    
    margin:auto;
    
    font-family:Open Sans!important;
    font-size:16px;
    font-weight:400;
}
@media(max-width:1000px){
    .blog-content{
        padding-left:20px;
        padding-right:20px;
    }
}
.blog-content h1{
    font-weight:bold;
    font-size:30px;
}
.blog-content a{
    font-size:14px;
    font-family:Open Sans;
    color:#13a4c2;
    font-weight:bold;
}
.blog-content p{
    margin-top:0px;
}
#main{
    border-top:0px;
}
.blog-menu{
    margin:auto;
    text-align:center;
    max-width:660px;
}
.blog-menu-left{
    float:left;
    background-image:url(/img/blog-sip-l.png);
    padding:18px 0px 25px 45px;
    background-repeat:no-repeat;
    width:220px;
    font-size:18px;
    margin-top:5px;
    text-align:left;

}
.blog-menu-right{
    float:right;
    background-image:url(/img/blog-sip-r.png);
    padding:18px 45px 25px 0px;
    font-size:18px;
    background-position: right top;
    background-repeat:no-repeat;
    width:185px;
    text-align:right;
    margin-top:5px;
}
.blog-menu a.blog-back{
    font-size:45px;
    color:#7f7f7f;
}
.blog-menu{
    font-family:Open Sans;
    color:#7f7f7f;
    margin-top:35px;
}
</pre></body></html>