h1 {
  color: #af5f00;
}
h2 {
  border-bottom: solid 3px #dfdfff;
  color: #ff8700;
}
h3 {
  border-bottom: dashed 2px #dfdfff;
  color: #8787ff;
}
a {
//  font-weight: bold;
  text-decoration: none;
  color: #ffdf5f;//railcasts scheme
}//87af5f
a:hover {
  text-decoration: underline;
}