<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Created on : 20/02/2014, 17:21:40
    Author     : jSilverize
*/

a {
    color: #2B2622;
    font-weight: bold;
    text-decoration: none;
}
a:hover, a:focus {
    color: #635D5A;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #2B2622;
}</pre></body></html>