/* HTML tag modifications */
body {
    padding: 0;
    margin: 0;
    font: 12px times,helvetica;
}

form {
    margin: 0;
}

input {
    margin: 0;
}

h1 {
  color: black;
  font-weight: bold;
  font-size: 20pt;
  text-align: center;
}

h2 {
  color: black;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
}

h3 {
  color: black;
  font-weight: bold;
  font-size: 14pt;
  text-align: center;
}

h4 {
  color: black;
  font-weight: bold;
  font-size: 12pt;
  text-align: center;
}


#kit {color:blue; font-size: 16pt}

