@page 
        {
            size: auto;   /* auto is the current printer page size */
            margin: 0mm;  /* this affects the margin in the printer settings */
        }

button {
  font-family: Arial;
  font-size: 10px;
}
input {
  font-family: Arial;
  font-size: 10px;
}
textarea {
  font: arial;
  font-size: 10px;
  font-family: Arial;
}
table {
  font-family: Arial;
  font-size: 10px;
}
th {
  border-bottom-color: #6666CC;
  border-bottom-style: groove;
  border-bottom-width: thin;
  font-family: Arial;
  font-size: 10px
}
body {
  font-family: Arial;
      background-color:#FFFFFF; 
            margin: 0px;
}
select {
  font-family: Arial;
  font-size: 10px;
    }
