#app h2{
  color: #000;
}
#penPage{
  width: 640px;
  color: #000;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:0px;
  padding-top:1em;
  padding-bottom:20px;
  padding-left:0em;
  background: url("PenguinBackground.png");
  background-color: #fff;
  background-position: 10px 0px;
  background-repeat:repeat-y;
}

#penPage a:link { 
  color: #00f;
  text-decoration: underline;
}
#penPage a:visited { 
  color: #008;
  text-decoration: underline;
}
#penPage a:hover { 
  color: #80f;
  text-decoration: underline;
}
#penPage a:active { 
  color: #f0f;
}

