
#menu, #footer, .noprint {
	display: none;
}

body, p, ul, a {
	background-color: #fff; 
	color: #000; 
	font-family: "Times New Roman", Garamond, serif; 
	font-size: 12pt; 
}

#content {
	background-color: #fff; 
	width: 100%; 
	border: none; 
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#content a[href^="/"]:after {
	content: " (http://www.iraqtimeline.com/" attr(href) ") ";
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

