
.code {
  color: blue;
  font-size:14px;
}
.step {
  font-style:italic;
}
.title {
  font-weight:bold;
}
.note {
  color:red;
  font-style:oblique;
}

#step {
  position:absolute;
  background-color:#cccccc;
  overflow:hidden;
  right:10px;
  padding:2px;
  border:2px outset blue;
  width:240px;
  top:10px;
}

#step2{
  background-color:#cccccc;
  z-index:3;
  float:right;
  width:240px;
  padding:2px;
  border:2px outset blue;
  right:10px;
  top:250px;
  position:absolute;
}

#Main{
  margin-right:250px;

}
p.story {
  text-indent:5%;
  margin:1px;
  font-style:normal;
  font-size:120%;
}
p.story:first-letter {
  font-size:150%;
  font-weight:bold;
}
