font { font-family: inherit;
   font-size: inherit;
   color: inherit;
   font-weight: inherit;
   }

body {
   background: white;
   font: 12pt Arial;
   }

/* Disable stuff we don't want */
   
#nav, #shadow, .searchbox form {
   display: none;
   }

/* Now let's turn items back on that we do want */
   
p, ul, ol, li, blockquote, table, td {
   font-size: 10pt;
   }

.small {
   font: 10pt Arial }