
@media all {
	
	#content img {
		border: 1px solid #dc2b19;
	}

	#content td.newsimage {
		padding: 1em;
		text-align: center;
	}

	#content td.news {
		padding: 1.5em;
	}

	#content td.spacing {
		height: 1.5em;
		background-color: transparent;
	}
}

