#topo {
margin: 5px;
height: 80px;
background: silver;
}

#menu {
position: absolute;
top: 5px;
left: 10px;
width: 150px;
background: silver;
}

#menu ul, li {
list-style-type: square;
margin: 1px;
padding: 1px;
}



#conteudo {
margin-left: 170px;
margin-right: 10px;
background: white;
}

#conteudo ul, li {
list-style-type: disc;
margin: 12px;
padding: 1px;
}

#direita {
position: absolute;
top: 5px;
right: 10px;
width: 200px;
background: silver;
}

.textopequeno {
font-family: verdana;
color: blue;
font-size: x-small;
}

.textodestaque {
font-family: verdana;
color: black;
font-size: x-small;
}

h4 {
font-family: verdana;
color: black;
}

.textolegenda {
font-family: verdana;
color: black;
font-size: xx-small;
}

.textologo {
font-family: verdana;
color: black;
font-size: large;
}

P {
margin: 5 pixels; 
margin-left: 0; 
} 

