/* Newsposts */
#newsposts a, 
#newsposts a:visited	{
	color: #0000FF;
}
#newsposts a:hover	{
	background: #0000FF;
	color: #FF0000;
}
#newsposts h3 {
	padding-left: 1em;
	margin-bottom: 0;
}
#newsposts h4 {
	text-align: right;
	padding-right: 1em;
	margin-top: 0;
}
#newsposts table	{
	width: 100%;
	clear: both;
}
#newsposts table caption	{
	margin-top: 2em;
}
#newsposts table td {
	font-size: 12px;
}

.Newspost	{
	clear: both;
	border-bottom: 1px solid #ffffff;
}
