/* Default width, margin, float, and background. This prevents elements from extending 
beyond the edge of the printed page, and prevents unnecessary background images from 
printing */
body, #page, #content {width:100%;margin:0;float:none;background:#FFF url(none)}

/* Elements not needed in print. These include navigation, ads, sidebars, etc. */
#header ul, #header #rcsa, #sidebar, ul#footer, ul#skip, #content #grey {display:none}

/* Set body font face, size, and color. Consider using a serif font for readability. */
body {font:1em "Times New Roman", Times, serif;color:#000}

/* Set heading font face, sizes, and color. Differentiate your headings from your 
body text  */
h1,h2,h3,h4,h5,h6 {font-family: Helvetica, Arial, sans-serif;color:#000}
h1 {font-size:250%}
h2 {font-size:175%}
h3 {font-size:145%}
h4 {font-size:120%}
h5 {font-size:110%}
h6 {font-size:90%;font-style:italic}

/* Make hyperlinks more usable. Ensure links are underlined, and append the URL to 
the end of the link for usability. */
a:link, a:visited {color:#00C;font-weight:bold;text-decoration:underline}
#content a:link:after, #content a:visited:after {content:" (" attr(href) ") "}