```html
body {
fontfamily: Arial, sansserif;
lineheight: 1.6;
padding: 20px;
}
h1 {
textalign: center;
}
.newsitem {
marginbottom: 20px;
borderbottom: 1px solid ccc;
paddingbottom: 10px;
}
.newsitem:lastchild {
borderbottom: none;
marginbottom: 0;
}
.newstitle {
fontsize: 20px;
fontweight: bold;
}
.newscontent {
color: 444;
}