body{
    background-color: #b0e0e6;
}
.div{
    position: fixed;
    top: 6%;
    left: 8%;
    width: 100%;
    height: 35px;
    border: none;
    font-family: tahoma;
}
acesso{
    font-size: 16px;
    font-family: tahoma;
    color: #00f;
}
titulo{
    color: #ff0000;
    font-size: 14px;
    text-align: left;
    font-family: tahoma;
}
p{
    font-family: tahoma;
    font-size: 12px;
}
ul{
    font-family: tahoma;
    font-size: 12px;
}
form{
    font-family: tahoma;
    font-size: 12px;
}
table{
    font-family: tahoma;
    font-size: 12px;
}
.botao{
    background-color: transparent;
    font-size: 16px;
    font-family: tahoma;
}