
/* CSS Document */

div.story{
}
div.story span{
	float:right;
	font-size:10px;
	padding-top:3px;
	padding-right:5px;
	color:#FFF;
}

div.story a, div.story a:visited {
  font-weight: bold;
  color: #0000FF;
  float: none !important;
}

div.story a:hover {
  text-decoration: underline;
}


#body div.story h2.newstitle{
	background-color:#666;
	padding:1px;
	padding-left:3px;
	color:#FFF;
	border-bottom:dashed 1px #FFF;
}
div.story p{
	margin:0px;
	margin-top:5px;
	color:#333;
	padding:5px;
}