.news {
	height: auto;
}


.news p {
	text-align: justify;
	margin: 10px 20px;
}

ul.newsitems {
	margin: 20px 20px 20px 30px;
	list-style: square outside url(/images/interface/newsitem.png);
}

ul.newsitems li {
	margin-bottom: 5px;
}


ul.newsitems li a:link,
ul.newsitems li a:visited,
ul.newsitems li a:hover {
	color: #444444;
}

.news table {
	width: 75%;
	margin: 20px auto;
}

.news table th {
	text-align: left;
}

.news table td {
	padding: 3px;
}

.news .picture {
	float: right;
}

