.home .entry-title {display: none;}

/* A link that has not been visited */
a:link {
    color: green;
}

/* A link that has been visited */
a:visited {
    color: blue;
}

/* A link that is hovered on */
a:hover {
    color: blue;
}

/* A link that is selected */
a:active {
    color: red;
}