/* CSS Document */
* {
padding: 0;
margin: 0;
list-style: none;
text-decoration: none;
font-family: "Trechebut MS", Arial, Helvetica, sans-serif;
border: none;
}

#tudo {
margin: 0 auto;
width: 770px;
height: 440px;
text-align: left;
}
#exibe {
float: left;
margin: 30px 40px;
background: url(../img/tela.gif) no-repeat;
width: 175px;
height: 180px;
}
#imagem {
width: 170px;
height: 142px;
margin-top: 14px;
margin-left: 3px;
}
#imagem a img {
border: 3px solid #FFF;
}
#imagem a:hover img {
border: 3px solid #99CC00;
}
#descricao {
padding: 0 12px;
font-size: 10px;
}
#descricao span {
color: #006699;
font-weight:bold;
}
#rodape {
font-size: 12px;
}