.print { display:block; }
.printonly { display: block; }
.dontprint { display:none; }

/*** Adjustments to styles found in main.css ***/
div#body {
	background-image: none;
	background-color: white;
	color: black;
	font-size: 115%;
	}

div#body a {
	color: blue;
	text-decoration: underline;
	font-size: 115%;
	}
	
/*** Adjustments to styles found in 3column.css and 2column.css***/
div#wrap {
	width: 100%;
	min-width: 800px;
	}
	
div#center-container {
	background-image: none;
	background-color: white;
	width: 100%;
	min-width: 800px;
	}
	
div#left-column, div#left-content {
	width: 100%;
	min-width: 325px;
	padding: 0px;
	margin: 0px;
	color: black;
	}
	
div#left-column a, div#left-content a {
	color: blue;
	text-decoration: underline;
	}
	
div#left-content h1.title a {
	text-decoration: none;
	color: black;
	}
	
div#left-content #feature-article p a, div#left-content #feature-article p a:hover {
	color: blue;
	text-decoration: underline;
	}

div#left-content #more-headlines li a, div#left-content #more-headlines li a:hover {
	color: black;
	text-decoration: underline;
	}
	
/*** Adjustments to scorecard.css ***/
ul.scorecard span.score, ul.scorecard span.score a, ul.scorecard span.subtext, ul.scorecard span.subtext a {
	color: black;
	}
	
/*** Adjustments to news_doc.css ***/
div.print-email {
	display: none;
}
	
/*** Adjustments to player_doc.css ***/
table.rostertable td {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid black;
	border-left: none;
}