﻿/* style sheet for print goes here */
#header, #navigation, #row1, #row2, #breadcrumbContainer, #featurettes, #footer, #leftContent {display:none; }

#middleContent 
{
	 width:150%;
	 font-size:120%;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

@media print {
/* style sheet for print goes here */
#header, #navigation, #row1, #row2, #breadcrumbContainer, #featurettes, #footer, #leftContent {display:none; }

#middleContent 
{
	 width:150%;
	 font-size:120%;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}

