@media print {
	a {
		color: #000000;
		text-decoration: none;
	}
	body {
		background: #ffffff;
		margin: 0px;
		padding: 0px;
	}
}
@media screen, tv, projection, handheld {
	a, a:link, a:visited {
		color: #0000ff;
		text-decoration: underline;
	}
	a:hover, a:active {
		color: #ff0000;
		text-decoration: underline;
	}
	body {
		background: #ffffff url("background.jpg") no-repeat fixed bottom right;
		color: #000000;
		margin: 10px;
	}
}
div.heading {
	margin: 0px 0px 30px 0px;
}
div.intro {
	clear: both;
	margin: 0px 0px 40px 50px;
	width: 650px;
}
div.intro p {
	font: 12pt Arial, sans-serif;
	margin: 0px 0px 20px 0px;
}
div.releases {
	clear: both;
	margin: 50px 0px 20px 50px;
	width: 650px;
}
div.releases p.buffer {
	clear: both;
	font: 12pt Arial, sans-serif;
	margin: 10px 0px 10px 80px;
}
div.releases p.section {
	clear : both;
	font: 14pt Arial, sans-serif;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
div.releases div.release {
	clear: both;
	margin: 0px 0px 0px 80px;
}
div.releases div.release img {
	border: 1px solid #000000;
	float: left;
	margin: 0px 10px 0px 0px;
}
div.releases div.release p.title {
	font: 14pt Arial, sans-serif;
	margin: 0px 0px 5px 10px;
}
div.releases div.release p.title span.date {
	color: #a8a8a8;
	font: 9pt Arial, sans-serif;
	margin: 0px 0px 0px 15px;
}
div.releases div.release p.description {
	font: 12pt Arial, sans-serif;
	margin: 0px 0px 30px 10px;
}
div.releases div.release p.link {
	font: 10pt Arial, sans-serif;
	margin: 0px 0px 3px 10px;
}
div.releases div.release p.link span.size {
	font: 8pt Arial, sans-serif;
	margin: 0px 10px 0px 10px;
}
div.copyright {
	clear: both;
	font: 8pt Arial, sans-serif;
	margin: 100px 80px 0px 130px;
	width: 570px;
}
span.bold {
	font-weight: bold;
}
span.italic {
	font-style: italic;
}
