body {
	background-color:black;
	color:white;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	color:red;
	font-size:18px;
	background-image:url(../images/back-h1.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:50px;
	height:30px;
	line-height:30px;
	text-transform:uppercase;
}
h2 {
	color:#476468;
	font-size:16px;
}
h5 {
	margin:5px 0 0 0;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}

.date {
	text-align:right;
	font-style:inherit;
}
.vignette {
	width:200px;
	float:left;
}
.desc {
	width:410px;
	float:left;
}
a {
	color:#57A4AF;
}
a:hover {
	color:white;
}
p {
	padding:0px;
	margin:2px 0;
}

