a {
    color: #67788A;
}

a:visited {
    color: #67788A;
}

.login-input {
    padding: 10px;
    border-radius: 10px;
}

ul {
    list-style: none;
    font-weight: bolder;
    text-decoration: underline;
}

body {
    background-color: #000000 !important;
    margin: 0 !important;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 10px !important;
    color: #C4C4C4 !important;
}

a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 11px;
}

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

.danger {
    font-weight: bolder;
    color: red;
}

.info {
    font-weight: bolder;
    color: green;
}

.warning {
    font-weight: bolder;
    color: yellow;
}

/*# sourceMappingURL=game.css.map */
