.newstext
	{
	width: 480px;
	font-family: Verdana, Arial;
	background-color: #ffffff;
	color: #000000;
	font-size: 12px;
	text-align: left;
	padding-top:10px;
	padding-bottom:10px;
	}
.newshead
	{
	width: 480px;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid #000000;
	border-bottom: none;
	color:#000000;
	cursor: pointer;
	text-align: center;
	padding-top:5px;
	padding-bottom:5px;
	background: #a4b7df;
	}
.newshead a
	{
	text-decoration:none;
	border: none;
	}
.newshead a:hover
	{
	text-decoration:none;
	border: none;
	color:#757575;
	}

