/*
   Basic print formatting for all pages. An HTML file will either directly import this, or
   a more advanced print style sheet will import it. Contains CSS 1.0 and 2.0 styles and is
   only available to sixth generation and newer browsers.
*/

body {
  font-family: "Palatino Linotype", Palatino, "Times New Roman", Times, serif;
  font-size: 12pt;
  margin: 0;
  padding: 0;
}

img { border: 0; }

#articleOptions,
#bottomBanner,
#bottomNav,
#feedbackBox,
#flag span,
.hiddenNav,
#leaderBoard,
#left,
#right,
#siteSearchForm,
#topNote,
#weather {
  display: none;
}

#copyRight, #flag {
  text-align: center;
  font-size: 10pt;
}

#date {
  font-size: 10pt;
  text-align: center;
}

#flag {
  padding-bottom: .5em;
  border-bottom: 1pt solid #000;
}