html {
  width:100%;
  }

body {
  margin:0;
  padding:0;
  font-family:"Times New Roman", Times, serif;
  font-size:12pt;
  line-height:16pt;
  background-color:#fff;
  color:#000;
  }

/* expand out abbreviations */
#bd abbr[title]:after, acronym[title]:after {
  content:"(" attr(title) ")"; 
  background-color:#fff; 
  color:#000;
  }

/* Images ----------------------------- */
img {
  display: block;
  border: 0;
  }

/* Layout ----------------------------- */
#page {
  width:auto !important;
  }

#mainContent {
  margin: 0;
  padding: 0;
  width: auto;
  float: none !important;
  background: #fff;
  color: #000;
  }

/* Suppressed divs for printing ------- */
#siteNav, #articleNav, #sideBar {
  display:none !important;
  }

/* Headers ---------------------------- */
h1, h2, h3 {
  font-weight: bold;
  background-color: #fff;
  color: #000;
  }

h2 {
  font-size:16pt;
  }
  
h2 {
  font-size:14pt;
  }
  
h3 {
  font-size:12pt;
  }

/* Links ------------------------------ */
a:link, a:visited {
  text-decoration: underline;
  font-weight: bold;
  background-color: #fff;
  color: #000;
  }

/* reveal link URLs - or use the neater http://alistapart.textdrive.com/articles/improvingprint */
a:link:after, a:visited:after {
  content:" ("attr(href)")"; 
  font-size: 11pt; 
  background-color: #fff; 
  color: #000;
  }
  
a img {
  border-width:0;
  }
