a:link, a:visited {
    color: #000;
    text-decoration: none;
}
a:hover, a:active {
    color: #fff;
    background: #3080CB;
}

pre {
background: #f7f7f7;
color: #222;
line-height: 21px;
padding: 1.5em;
display: block;
}
