body{
   margin-top: auto;
   margin-right: auto;
   margin-bottom: auto;
   margin-left: auto;
}

 *{
   margin:0;
   padding:0;
   margin-left: auto;
   margin-right: auto;
   list-style: none;
   font-family: Verdana;
}

#topo{
   height: 250px;
   background-color: black;
   text-align: center;
}

.traco_separador{
   height: 3px;
   background-color: #C3C97B;
}

#traco_menus{
   height: 30px;
   text-align: center;
   background-color: black;
   line-height:200%;   
}

#rodape{
   text-align: right;
   font-size: 16px;
   height: 75px;
   background-color: black;
   line-height: 150%; 
   color: #FFFFFF;
}

a{
   /*color: #000000;*/
   color: #C3C97B;
   text-decoration: none;
}

a:hover{
   text-decoration: underline;
   color: #C3C97B;
}

.menus a{
   /*color: #000000;*/
   color: black;
   text-decoration: none;
}

.menus a:hover{
   text-decoration: underline;
   color: black;
}

.titulovendas{
   font-size: 20px;
}

.texto{
   line-height: 200%; 
   font-size: 15px;
   margin-left: 30px;
}

.menus{
   line-height:190%;  
   height: 30px;
   background-color: yellow;
   text-align: center;
   color: black;
}

#visualizardicasnoticias{
   width: 95%;
}

#conteudo{
   /*background-image: url("../imagens/coliseu.jpg");*/
   background-color: black;
}

.titulonoticiasdicas a{
   color: red;
}

.titulonoticiasdicas{
   font-size: 25px;
   color: #C3C97B;
}

.datahoranoticiasdicas{
   color: #FFFFFF;
   font-size: 15px;
}