Would it not be in the template.css file?
line numbers
18 – 23
body {
background: #FFFFFF;
color: #000000;
font-family: Arial, sans-serif;
line-height: 1.5;
}
line numbers
61 – 65
/* Title text */
.contentheading, .componentheading, h1, h2, h3, h4 {
font-family: Cambria, “Times New Roman”, Times, serif;
line-height: 1.1;
line numbers 340 – 350
.contentdescription {
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;
}
–
or are those sections you have circled affected by ja.news.css lines 70 77, 119,