body {margin: 0;
      padding: 0;
      text-align: center;
}
a:link, a:active, a:visited {font-size: 12px; 
                             color: orange; 
                             font-family: Arial; 
                             text-decoration: none;
}
a:hover {font-size: 12px; 
         color: orange; 
         font-family: Arial; 
         font-weight: bold;
}
.box{width: 220px;
     background: #f0f0f0;
     text-align: left;
     padding: 20px;
}
.tbMedio{width:220px;
         font-size: 12px; 
         font-family: Arial;
}
.comentario{font-size: 12px; 
            font-family: Arial;
            color: gray;
}
.textoTitulo{font-size: 14px; 
             font-family: Arial;
             font-weight: bold;
             color: gray;
}
.alerta{font-size: 12px; 
        font-family: Arial;
        color: red;
}
.rodape{font-size: 12px; 
        font-family: Arial;
        color: gray;
        border-top-width: 1px; 
        border-top-style: solid;
        border-top-color: #CCCCCC;
        padding-top: 5px;
}
.roundedfull:after {
  display: block;
  line-height: 0.1;
  font-size: 1px;
  content:  url(imagem/padrao/bottom-left.png);
  margin: 0 0 -1px 0;
  height: 10px;
  background: white;
  background: transparent url(imagem/padrao/bottom-right.png) scroll no-repeat bottom right ;
  padding: 0;
  text-align: left;
}
.roundedfull:before {
  background: transparent url(imagem/padrao/top-right.png) scroll no-repeat top right;
  margin-bottom: 0px;
  height: 10px;
  display: block;
  border: none;
  content: url(imagem/padrao/top-left.png);
  padding: 0;
  line-height: 0.1;
  font-size: 1px;
  text-align: left;
}
.roundedfull{
    margin: 0px;
    padding: 0px;
    text-align: left;
}
blockquote {
   background: orange;
   color: white;
   font-size: 16px; 
   font-family: arial;
   font-weight: bold;
   margin-right: -1px;
}

