body{
    background-color: #B0E0E6;
    font-family: Tahoma, Verdana, sans-serif; 
    color: black; font-size: 12px;
}




/* MENU */
.menu{
    background-color: #B0E0E6;
    position: fixed;
    top: 0;
    width: 100%;
    height: 35px;
}
.menu > ul > li {
    display: inline;
    list-style: none;
}
.menu > ul > li > a {
    font-size: 16px; 
    font-weight: bold;
    color: #0000FF;
}
ul, li, a {margin: 0px; padding: 0px;}
/* END MENU */

/* CONTEUDO */
.conteudo {
    margin-top: 40px;
}
/* END CONTEUDO */

/* BTN */
.btn{
    background: transparent;
    font-size: 16px;
    font-family: Tahoma, verdana, sans-serif;
    font-weight: bold;
}
/* END BTN */
titulo{ font-family: Tahoma, Verdana, sans-serif; color: #FF0000; font-size: 14px; font-weight: bold; }
.texto{ font-family: Tahoma, Verdana, sans-serif; color: black; font-size: 12px; }
.ancora{ font-size: 16px; color: #0000FF; font-weight: bold;}