/*
 *  print.css - CSS style sheet for printing race entry forms
 *
 *  Copyright (c) 2006 Include Software Services
 */
 
body {
  background:	white;
  color:	black;
  font-family:	monospace;
  font-size:	9pt;
  margin-left:  0;
  margin-right:	0;
  border:	none;
}

.waiver {
  font-size:	7pt;
}

.menu {
  display:	none;
}

.footer {
  display: 	none;
}
