For the next poor sucker trying to make this change, its in the style.css, and its the FIRST F-ing line of actual code. I looked right at it like 20 times. Arg.....
find this:
------------------------------------------------------*/
.hfeed a{
text-decoration:none;
}
and change it to:
------------------------------------------------------*/
.hfeed a{
text-decoration:underline;
}