.Title {
  border-style: groove ridge ridge groove;
  border-color: silver silver silver black;
  border-width: 2px;
  margin-right: auto;
  margin-left: auto;
  position: static;
  display: table;
  width: 1000px;
  height: 85px;
  background-position:  center center;
  color: black;
  font-family: verdana;
  line-height: 14px;
  font-weight: normal;
  font-size: 13px;
}
.Title td {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.Instructions {
  margin-right: auto;
  margin-left: auto;
  display: table;
  position: static;
  width: 810px;
}
.Instructions-Number {
  vertical-align: top;
  width: 25px;
  position: static;
  background-color: #000099;
  color: white;
  font-weight: bold;
  text-align: center;
  display: table-cell;
  font-size: 1em;
  padding-top: 10px;
  font-family: verdana;
}
.Instructions-Text {
  vertical-align: top;
  position: static;
  display: table-cell;
  background-color: #ffffcc;
  color: black;
  text-align: left;
  font-weight: normal;
  font-size: 1em;
  padding-top: 10px;
  padding-left: 10px;
  font-family: verdana;
  padding-bottom: 10px;
}
.StepbyStep {
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: verdana;
}

