Hi Chris,
The lines are arising from ja.news.css line 116.
[PHP].jazin-pagedesc {
display: block;
padding: 10px;
margin: 10px 0;
font-family: Cambria, “Times New Roman”, Times, serif;
font-size: 125%;
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
background: #F7F7F7;
font-style: italic;
}[/PHP]
setting
border-top: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
to
border-top: none;
border-bottom: none;
removes the lines, however, i am not sure if it is going to affect other pages of yours. Try this and check your site for ill effects if any.
Hope it helps, update us accordingly.
regards
arvind