@media screen {
	.steel {
		background-color: #b0c4de;
		font-style: italic;
		font-weight: bold;
	}
	
	.lightgrey {
		background-color: #eee;
	}

	.midgrey {
		background-color: #777;
	}
}

@media print {
	body {
		background-color:#fff;
		color:#000000;
	}
	
	.steel {
		font-style: italic;
		font-weight: bold;
	}

	.lightgrey {
		font-style: italic;
		font-weight: bold;
	}

	.midgrey {
		font-style: italic;
		font-weight: bold;
	}

	#menu-bar {
		display:none;
	}

	#content {
		border:none;
		background:#fff;
		width:auto;
		padding:0;
	}
	
	#side-content {
		float:none;
		display:none;
	}
}
