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

/* Hide unimportant stuff */
.primaryNavigation, .sidebar {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. */
body, .body, .foot { background:none; }

/* Reset the content margins, etc. */
.body, .main { padding:0; border:none; }

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

