/**
 * Print CSS
 * 
 * @author caphun, Yelotofu
 */

/* hide these */
.noprint, #cw_header h1, #skip, #cw_topmenu, .btn_badfats, 
.btn_downloadsteps, .btn_goodfats, .btn_more, 
.btn_nextquestion, .btn_no, .btn_yes {
	display: none;
}

a img {
	border: none;
}

body {
	font: 10px/1.25 Georgia, "Times New Roman", Times, serif;
	color: #000;
	background: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#000;
}
h2 {
	font-size:3.2em;
}
h3 {
	font-size:1.8em;
}
h4 {
	font-size:1.4em;	
}
p, dt, dd {
	font-size:1.1em;
}
dt {
	font-weight:bold;
}
a {
	color:#E40014;
}
cite, .cite, p.cite {
	font-style:normal;
	color:#999;
}
small, .small {
	font-size:.9em;
}
.large {
	font-size:1.4em;
}		
.strapline, q, blockquote p {
	color: #E40014;
	font-style:italic;
	font-size:1.4em;
}

#cw_footer {
	color:#999;
	border-top:1px solid #ccc;
	
}
#cw_footer p {
	font-size:.9em;
}

