/*
  $Id: print.css,v 1.1 2004/01/19 12:12:36 Emmet Exp $
  $Log: print.css,v $
  Revision 1.1  2004/01/19 12:12:36  Emmet
  Added to CVS

*/
/* generic styles */

body, form { margin: 0px; }
body, p, input, select, textarea, table, td, th, ul, ol, li, .bodytxt { font: 11px Verdana, sans-serif; color: #000000; }
textarea { overflow: auto; }
th { font-weight: bold; text-align: left; }

p { margin: 0px 0px 10px 0px; }

h1 { margin: 10px 0px 0px 0px; }
h2 { margin: 10px 0px 0px 0px; }
h3 { margin: 10px 0px 0px 0px; }

ul { list-style-type: square; }

a, a:active { } 
a:visited { }
a:hover { }

.input { }
.submit { }