html,body{
  font-family: 'Roboto Mono', monospace;
  background-color: #999999;
}
a.toplink{
  text-decoration:  none;
} 
a{
  color: #000000;
  text-decoration: none;
}
div.container{
  display: inline-block;
  padding: 10px;
}
div.header{
  padding: 5px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
div.header:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #aaaaaa;
}
div.content{
  margin-top: 10px;
}


