
/* Css specifically for the Plus 5 page */

body {
	background:#dddfdd;
	font-size:90%;
}

p img.left {
	width: 22%;
	height: 22%;
	clear: left;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #dddfdd;
}

.container {
	background:#eee;
}

.important {
	color: red;
	font-weight: bold;
}

.center {
	text-align: center;
}

@media print {
	.noprint {
		display: none;
	}
}
