@media print {

  body {
      font-weight: normal
    ; font-size: 12pt
    }

  a:link, a:visited, a:active {
      color: #c0c0c0
    ; text-decoration: underline
    }

  table {
      font-size: 100%
    }

  .noprint {
      display: none
    }
  }

/*
 $Log: print.css,v $
 Revision 1.2  2006-02-13 03:44:21  rclayton
 Print links in dark red.

 Revision 1.1  2006-01-15 02:37:02  rclayton
 Created.

*/
