html, body{
        scrollbar-color: #285F75 transparent;
    scrollbar-width: thin;
}

body{
    color: #333;
    font: normal 100% 'Inconsolata';
    text-transform: lowercase;
}

::selection {
    background: #4E8396;
    color: #fff;
}
::-moz-selection {
    background: #4E8396;
    color: #fff;
}
::-webkit-selection {
    background: #4E8396;
    color: #fff;
}

a:link, a:visited{
    color: #4E8396;
}

strong, em{
    color: #4E8396;
}

a:hover{
    color: #062543;
    text-decoration: none;
}

#updates p{
    margin: 0;
}

hr{
    border-top: none;
    border-bottom: 2px #333 solid;
}

* {cursor: url(../assets/index/gam757.png), auto !important;}

p.center{
    text-align: center;
}