.postBody a:link, .postBody a:visited, .postBody a:active {
    color: #21759b;
    text-decoration: none;
}

.postBody a:hover {
    color: #d26c6c;
    margin-left: 30px;
    text-decoration: none;
    transition: all 0.4s linear 0s;
}

#topics .postTitle {
    font-size: 200%;
}