#topo {
height: 100px;
padding: 10px;
background: white;
}

#esquerda {
display:none;
}

#meio {
width:90%
padding: 10px;
background: white;
}

#direita {
display:none;
}

.textopequeno {
font-family: verdana;
color: blue;
font-size: x-small;
}

.textodestaque {
font-family: times;
color: black;
font-size: medium;
}

h4 {
font-family: verdana;
color: black;
}

.textolegenda {
font-family: verdana;
color: black;
font-size: xx-small;
}

.textologo {
font-family: verdana;
color: black;
font-size: x-large;
}

P {
margin:5px; 
margin-left:0; 
} 

