
/* Set default width, margin, float, and

   background.  */

body, #wrap, #content, #container {

   width: 100%;

   margin: 0;

   float: none;

   background: #fff url(none);

}



/* Remove any elements not needed in print.

   This would include navigation, ads, sidebars, etc. */

      #nav, .noprint, #footer, #footer p, #footer-in, #footer-in a, #pageNav, #topNav, #search, div#boxAqua, div#boxAqua div, #boxSideBlue, div.tv-item, a.rss, a.viewAll, a.newsCom, a.bottomRight, #boxHalfRed a, ul.pagination, input.cat_button, img.scrollButtons, div.calculator, div#video, div#charities {

   display: none!important;

}





/* Set body font face, size, and color.

   Consider using a serif font for readability. */

body {

   font-size: 1em;
   font-family: Arial, verdana, sans-serif;

   color: #000;

}



/* Set heading font face, sizes, and color.

   Diffrentiate your headings from your body text.

   Perhaps use a large sans-serif for distinction. */

h1,h2,h3,h4,h5,h6, p, span {

   font-family: Arial, verdana, sans-serif;
  
   color: #000;

}


h1 { font-size: 200%;  font-weight: bold;}

h2 { font-size: 175%;  font-weight: bold;}

h3 { font-size: 135%; }

h4 { font-size: 100%; font-variant: small-caps; }

h5 { font-size: 100%; }

h6 { font-size: 90%; font-style: italic; }



/* Make hyperlinks more usable.

   Ensure links are underlined, and consider appending

   the URL to the end of the link for usability. */


/* *********  HREF 

#content a:link:after, #content a:visited:after {

   content: " (" attr(href) ") ";

}


*/
