/**
 * Stylesheet for the program's print view
 */
#header {
	display:none;
} 
body {
	font-family: tahoma;
	font-size:11px;
}
.superbanner,
#right_col,
.skyscraper,
.box-header,
.content_ads,
#footer {
	display:none;
}
a {
	color:blue;
	text-decoration: none;
}

ul {
	list-style: none;
	margin: 2px;
	padding:0px;
}
img {
	border:none;
}