body {
   margin: 0px;
}
.noticias {
   margin-top: 40px;
   font-size: 12px;
   color: #868686;
   font-weight: bold;
   padding-left: 6px;
}
.noticias_quadro {
   height: 300px;
   width: 177px;
   overflow: hidden;
   background-image: url(imagens/bg_noticias.gif);
   background-repeat: repeat-x;
   padding-left: 6px;
   padding-right: 6px;
   font-size: 12px;
}
.noticias_quadro a {
   text-decoration: none;
   display: block;
   color: #761A1F;
}
.noticias_quadro a:hover { text-decoration: underline }