
html {
    font-family: sans-serif;
    font-size: 18px;
    color: #000;
    background-color: #fff;
    line-height: 1.4;
}

/*
@media only screen and (max-device-width: 480px) {
html {
    font-size: px;
}
}
*/

body {
    border: 0px;
    margin-top: 0px;
    margin: auto;
}

a {
    text-decoration: none;
}

a:link { color: #0066CC; }
a:visited { color: #0066CC; }
a:active { color: #0066CC; }

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* Top */



.title {
    text-decoration: heavy;
    font-size: 20px;
}

.rbline {
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    width: 50%;
    }

.rbsoon {
    margin-left: auto;
    margin-right: auto;
    height: 4px;
    width: 25%;
    height: 25%;
    }
        
.bbicon {
    margin-left: auto;
    margin-right: auto;
    float: right;
    padding: 5px;
}    

.copyright {
    text-align: center;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
