.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: #21759b;
    transition: all .2s linear 0s;
}
.postTitle a:hover {
    margin-left: 0px;
    color: #FFA500;
    text-decoration: none;
}