@charset "utf-8";

.content h2{
  border-bottom: 1px solid rgba(0,0,0,.4);
  color: #666;
  font-size: 1.2em;
  font-weight: bold;
  margin: 20px 0 4px;
  width: 80%;
}
.outline{
  margin: 20px;
}

.outline p{
  margin-bottom: 1em;
}
.outline img{
  margin: 20px;
}

a {
  text-decoration:none;
}

a:visited {
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a:active {
  text-decoration:underline;
}