/* CSS Document */
body {
    font-family: "Trebuchet MS", arial. helvetica, "sans-serif";
    font-size: 12px;
    color: #666;
    background-color: black;
    margin: 8px;
}

p {
    font-size: 14px;
    color: black;
}

#container {
    width: 960px;
    margin: auto;
    background-color: #236B8E;
}

#cabecalho {
    background-color: darkblue;
    font-family: fantasy;
}

#cabecalho h1 {
    width: 948px;
    text-align: center;
    font-size: 36px;
    color: white;
    background-color: darkblue;
    font-weight: bold
}

#banner {
    background: url(Imagens/dallas-mavericks.jpg) center;
    width: 1048;
    height: 180px;
    background-color: #FFF;
    background-repeat: no-repeat;
    }

#menufull {
       display: inline;
    color: black;
    font-family: inherit; 
}

#menu {
    width: 960px;
    text-align: center;
    font-size: 18px;
    background-color: darkblue;
    font-weight: bold

}

#menu ul li {
    display: inline;
    color: black;
    font-family: inherit;
}

a:link {
    color: white;
    text-decoration: none;
}

a:visited {
    color: white;
    text-decoration: none;
}

a:hover {
    color: white;
    text-decoration: none;
}

a:active {
    color: white;
    text-decoration: none;
}

#secao {
    color: black;
    text-align: left;
}

#imgs {
    align-items: center;
    width: 60%;
    padding: 10%;
    font-family: fantasy;
    color: white;
        }
