table{
	width:200px;
    border: solid 1pt;
}

h1 {
  background: white;
  color: black;
}

#output {
  width: 760px;
  max-height:600px;
  overflow:scroll;
  background:silver;
  color: blue;
}
