This should be where your css file is.
wordpress/wp-content/themes/journalist_13/journalist/style.css
The code in question is here
#sidebar a {
color:#222;
text-decoration:none;
border-bottom:#ccc 1px solid;
}
try removing the line border-bottom:#ccc 1px solid;
and see if that solves your problem. There may be other instances if there are pseudo classes involved.