/*
body = cor de fundo da página
.Box = Caixa com o título do evento
h2 = subtítulos
h1 = títulos
.rodape = informações no rodapé da página
.fundoTopoRodape = sombreamento superior e inferior da página
*/


body { background-color:#5aa532; }

.Box{ background-color:#3e8419;}

h2 { color:#3e8419; }

h1 { color:#fff; }

.rodape , .rodape a:link ,  .rodape a:visited {color:#82e151;}

.fundoTopoRodape { background:url(../imagens/fundo1.jpg) repeat-x;}
