#Title {
  border-style: none;
  border-color: silver;
  background-position:  center center;
  margin-right: auto;
  font-weight: inherit;
  font-family: verdana;
  text-align: center;
  margin-left: auto;
  position: static;
  width: 1000px;
  min-height: 0px;
  font-size: 12px;
  display: block;
  height: 80px;
  color: black;
}
.Instructions {
  border-style: none;
  margin-right: auto;
  margin-left: auto;
  display: table;
  position: static;
  width: 763px;
}
.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 {
  border-style: groove ridge ridge groove;
  border-color: #cccccc;
  border-width: 2px;
  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;
}

