/* @copyright	(c)2007 Michael Kriese & Peer Sterner
 * @version		$Id: news.css 315 2008-06-12 19:32:42Z Michael Kriese $
 *
 * This file is part of SoPraLOP.
 *
 *  SoPraLOP is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; version 2 of the License.
 *
 *  SoPraLOP is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with SoPraLOP; if not, write to the Free Software
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 */
.news_pages {
	text-align: center;
	font-size: small;
	margin-bottom: 10px;
}

.news_entry {
	border: 1px solid green;
	margin-bottom: 10px;
	font-size: small;
}

.news_entry_title {
	border-bottom: 1px solid green;
	font-weight: bold;
	padding: 2px 10px;
}

.news_entry_content {
	padding: 1px 15px;
}