/* Reset any floats, overflows, and absolute positioning. */
*{float: none !important;overflow:visible !important;position:relative !important;}

/* Hide unimportant stuff */
#primaryNavigation, #secondaryNavigation, #featuresContent, #footer { display: none; }
#mc_top, #mc_bot {display:none;}

/* Make the fonts and colors print-worthy. */
body { font-size: 125%; color: #000000; font-family: Georgia, "Times New Roman" , Times, serif;}
a, a:visited, a:active { color: #000000; }

/* Remove background images. */
html, body, #mainContent #mc_mid{background-image:none;}

/* Reset the content margins, etc. */
#content, #mainContent, #mainContent #mc_mid #mc_mid_content { width: auto; height:auto; min-height:auto; margin: 0; padding:0;}
#content{display:block;}

/* Add the link URL after each link. */
#mainContent a[href]:after { content: " [" attr(href) "] "; }

