
#article a {
    text-decoration: underline;
}
#article a:hover {
    text-decoration: underline;
    color: red;    
}

