/* Copyright (c) 2006 CDC Foundation. All rights reserved. */

body {
	font-size: 100%;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
	}

#main {
	background: none !important;
	}

#content {
	float: none !important;
	margin: 0 5mm !important;
	padding: 0 !important;
	}

#toolbar, #pagetools, #sidebar, #footer {
	display: none !important;
	}

#content a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}
	
#content a[href^="/"]:after {
	content: " (http://www.cdcfoundation.org" attr(href) ") ";
	font-size: 90%;
	}