/* Cascade Style Sheet File for Printer Output */

.logo
  {
  text-align: center;
  }

.printeronly
  {
  font-size: 9px;
  text-align: center;
  }

.noprint
  {
  display: none;
  }


/* Linkformatting */

a
  {
  color: blue;
  text-decoration: underline;
  }

