a:link {
     color: rgb(102, 8, 116);
     text-decoration: none;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: rgb(102, 8, 116);
    transition: all .4s linear 0s;
}

.postTitle a:hover {
    margin-left: 30px;
    color: rgb(102, 8, 116);
    text-decoration: none;
}

/* bundle-simplememory.min.css (1, 2833) */
.postDesc {
    font-size: 13px;
    background: none;
    color: rgb(0,127,0);
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
    padding-left: 0px;
    padding-right: 5px;
    margin-top: 0px;
    line-height: 1.5;
}

/* bundle-simplememory.min.css (1, 253) */
body {
    color: #000;
    background-color: rgba(255, 255, 0, 0.1);
    min-height: 101%;
    font-family: bold;
}

.c_ad_block {
    margin-top: 10px;
     line-height: 1.5;
     display: none;
}

@-webkit-keyframes flash {
    0%{
        opacity: 0.2;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
    }
}
@keyframes flash {
    0%{
        opacity: 0.2;
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
    }
}
.flash{
    -webkit-animation:flash 4s infinite   ;
    animation:flash 4s infinite ;
}
.postCon {
    padding: 15px 0;
    clear: both;
    overflow-x: auto;
}




