/* This stylesheet overrides styles from stylesheet.css for printing */


h1 {
  font-size:22px;
  margin:4px 4px 0 0; padding:0;
  background-image:none;
}

ul {
  list-style:square;
}
ul.alist {
  margin:auto; padding:auto;
}
ul.alist li {
  /* margin:auto; needed for regular bullets */
  margin:auto; padding:0; width:90%; 
  margin-top:4px;
  margin-bottom:4px;
  background-image:none;
}
