Styling is a css thing.
Your other links are styled via this css in your stylesheet:
.homepage-boxes .textwidget p a {
color: #FFFFFF;
margin: 5px;
text-decoration: underline;
}
The blog post links are not within a <p>aragraph</p>, so there is no styling other than the default on them.