/* Copyright 1997-2004 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */

/* $Id: news.css, v 1.0 23/09/2004 $ */


/* ******************  common  ************** */

h3 {
	background: #fff;
	color: #d95c00;
	font-size: 0.95em;
	text-transform: uppercase;
	display: inline;
	padding: 10px 0 0 18px;
	background: url(../img/obtriangle.png) 3px 75% no-repeat;
}

div.content {
	margin: 20px 10px 10px 10px;
}

div.new {
	margin: 0;
	padding: 10px 0px;
}

div.new p {
	padding: 0 1em;
}

span.date {
	background: #fff;
	color: #393939;
	font-size: 0.8em;
	font-style: oblique;
	font-weight: bolder;	
	margin: 0 0 0 10px;
}

div.archive {
	font-style: italic;
	margin: 0 25px 15px 0;
	text-align: right;
	font-size: 0.8em;
}
