/* CSS News Addon */

/* the entire div */
#newstitles {
	line-height: 2.5em;
	list-style-position: inside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/* just the links themselves */
a.titlelink {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
a.titlelink:hover {
	text-decoration: underline;
	color: #CC0000;
}

/* the Div for the News articles */
#newsarticles {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
/* news content title */
.newsarticletitle {
	font-size: 16px;
	font-weight: bold;
}
/* news content text*/
.newsarticle {
	font-size: 12px;
	color: black;
}
