body {
    background-color: #b0e0e6;
    margin: 0;
    font-family: Tahoma, Verdana, sans-serif; 
    color: black; font-size: 12px;
}
.menu {
    margin: 0;
    font-size: 16px;
    list-style: none;
    padding-left: 1%;
    position: fixed;
    top: 0;
    width: 100%;
    height: 35px;
    background-color: #b0e0e6;
}

.menu ul li {
    display: inline;
}
.menu ul li a {
    display: inline-block;
    font-size: 14px;
    font-family: Tahoma;
    font-weight: bolder;
    color: #0000FF;
}
ul, li, a {
    margin: 0px; 
    padding: 0px;
}
.titulo {
    color: #FF0000;
    font-size: 14px;
    font-weight: bolder;
    font-family: Tahoma;
}

.texto {
    list-style: none;
    font-size: 12px;
    font-family: Tahoma;
}

div.main{
    margin-top: 40px;
    padding-left: 1%;
}

.td-center{
    text-align: center;
}
.ancora{ 
    font-size: 16px; 
    color: #0000FF; 
    font-weight: bold;
    list-style: none;
}

titulo2 {
    font-size: 14px; 
    color: #0000FF; 
    font-weight: bold;
    list-style: none;
}