#content h4 {
  margin-right: 0px;
}
.entry cite {
  float:right;
  color: #330000;
  padding:0px;
  margin:0px;
  position: relative;
  margin-top: -9px;
}
.entry {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 200px;
}
.entry .date {
  color: #330000;
  font-size: .7em;
  float:right;
}
.entry p {
  
}
.introduction {
 margin-top: 10px;
 font-size: .8em;
}
.instruction {
  margin-top: 20px;
 width: 200px;
 float:right;
}
.instruction a {
 padding: 3px;
 margin: 10px;
 border: 1px outset #330000;
 background-color: #996666;
 text-decoration: none;
}
.instruction a:active {
 background-color: red;
 color:black;
}
.instruction a:hover {
 color:black;
 border: 1px inset #110000;
 background-color: #663333;
}
