body {
    font-size: 13px;
    color: #b8b8b8;
    font-family: Arial;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #b8b8b8;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

a img {
    border: 0;
}


input:focus, input:hover {
    outline: 0;
}

a:focus, a:hover {
    outline: 0;
}

.gray {
    color: #cecece;
    opacity: 0.5;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.white {
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.white15px {
    color: #fefefe;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    display: block;
    padding: 10px 0px 7px;
}
.white13px {
    color: #fefefe;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    display: block;
    padding: 8px 0px 6px;
}
.lgray {
    color: #adadad;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}

html {
    height: 100%;
}

