body {
  background-color: #dddddd;
}
h1{
  margin-top: 0px;
  margin-bottom: 0px;
}
h2{
  margin-top: 0px;
  margin-bottom: 0px;
}
h3{
  margin-top: 0px;
  margin-bottom: 0px;
  color: red;
}
table{
  margin-top: 0px;
  margin-bottom: 0px;
}
th{
  background-color: #bbffff;
  color: black;
}
input{
	font: 20px Arial;
	color: red; 
}