﻿* {
    cursor: url('../img/mousesl1.ico'),default;
    background-color: transparent;
    border: none;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    overflow: visible;
}

::-webkit-scrollbar {
    width: 7px;
    padding: 0;
    margin: 0;
    border: none;
}

::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 0.3em;
}

::-webkit-scrollbar-track {
    background: #333333;
}

::-webkit-scrollbar-thumb:hover {
    background: #bad9ee;
}

option {
    color: #333333;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

a {
    color: #b3e6ff;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000000;
}

    a:hover {
        color: #ffcc99;
    }
