/* *** Set color for all text to black *** */
html * {color: black !important;}

/* *** Hide these elements *** */
/*
#menu, #menu *, 
#sidebar, #sidebar *, 
#menuTier2, #menuTier2 *, 
#footer ul, #companyLogo 
	{display: none;}
*/

/* *** Remove padding from the content *** */
/*#content {padding: 0;}*/

/* *** Remove background images *** */
/*
#wrapper, #wrapper *, 
#content, #header 
	{background-image: none;}
*/

/*#header {border-bottom: 2px solid grey; background-color: white;}*/

/* *** Change appearance of links, because nobody is going to be clickin a printout *** */
a:link {color: inherit;text-decoration: none;border-bottom: 1px dotted black;font-weight: bold;}
a { font-weight: bold;}
a img {border: 0;!important}

/* *** Modify the general appearance of press releases when printed *** */
/*#release {width: 98%;padding: 0;margin: 0;}*/