div#headline ul {
	list-style-type:none;
}

div#headline span.category {
	background-color:#0098CC;
	color: #ffffff;
	margin-right:5px;
	padding:0px 4px;
}

div#headline span.title {
	font-size:12pt;
	line-hight:1.2em;
    font-weight: bold;
}

div#headline span.date {
	font-size:10pt;
    color: #0098CC;
    font-weight: bold;
}

div#headline ul li{
  text-align: left;
  line-height: 1.4;
  padding-top: 6px;
  padding-right: 0;
  padding-bottom: 6px;
  padding-left: 17px;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #dddddd;
}
strong{
  color: #aa0000;
  font-weight: bold;
}

