/* unvisited link */
/* a:link { */
/*     color: red; */
/* } */

/* visited link */
/* a:visited { */
/*     color: green; */
/* } */

/* /\* mouse over link *\/ */
/* a:hover { */
/*     color: hotpink; */
/* } */

/* selected link */
a:active {
    color: blue;
}

.entry-content a {
    text-decoration: none;
    border-bottom: 1px dotted;
    color: blue;
}

.entry-content a:hover {
    text-decoration: none;
    border-bottom: 1px solid;
    color: red;
}
