body {
	width: 380px;
	background-color: Black;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 12px;
	font-family: "Franklin Gothic Medium", Helvetica, Arial, sans-serif;
	color: #BDBDBD;
}

a {
	color: White;
}
a:hover{
	color: #B2B2B2;
	text-decoration: none;
}
hr 
{
color: #fff; 
background-color: Black; 
border: 1px dotted White;
border-style: none none dotted;
}
.newsTitle
{
	font-size: 12px;
	color: White;
	font-weight: bolder;
}
