/* CSS Document */

* {

padding: 0;

margin: 0;

list-style: none;

text-decoration: none;

font-family: "Trechebut MS", Arial, Helvetica, sans-serif;

border: none;

}

body {
	text-align: center;

}

#tudo {
	margin: 0 auto;
	width: 991px;
	text-align: left;

}

#exibe {

float: left;

margin: 10px 18px;

background: url(../img/tela.gif) no-repeat;

width: 150px;

height: 170px;

}

#imagem {

width: 128px;

height: 98px;

margin-top: 14px;

margin-left: 12px;

}

#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;

}
