/* Remove unwanted sections */
#menu, .announce, #footer {
	display: none;
}

/* Make sure visible areas are big enough */
#container, #content {
	width: 100%;
	margin: 0;
	float: none;
}

/* Make sure links are visible color when printed */
a:link, a:visited {
	color: #781351;
}
