
ul {
  list-style: square url(bullet.jpg); /* wide image for the bullet */
  margin: .5em .5em 0 30px;  /* bullet image is in left margin */
  padding-left: 0;
}
ul li {
  margin-left: 0;
  padding-left: 0;     /* distance between marker and text */
  margin-bottom: 15px; /* a little spacing between list items */
}
.news_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}
.news_link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
}
.box_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height:15px;
	color: #ffffff;
	background-color:Green;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
}