/* CSS News Addon */

/* the entire div */
#newstitles {
        padding-top: 8px;
	line-height: 2.5em;
}
/* just the links themselves */
a.titlelink {
	font-size: 14px;
	font-weight: bold;
        font-style: italic;
	text-decoration: none;
        padding-left: 10px;
}
a.titlelink:hover {
	text-decoration: underline;
}

/* the Div for the News articles */
#newsarticles {
	padding-top: 10px;
	padding-left: 10px;
}
/* news content title */
.newsarticletitle {
	font-size: 14px;
	font-weight: bold;
}
/* news content text*/
.newsarticle {
	font-size: 12px;
	color: darkgrey;
}
