CSS do Conteúdo do Sítio

%STARTINCLUDE%

body{
  background-image: url("%PUBURL%/%WEB%/ImagensDoLeiaute/fundoPag.png");
  background-repeat: repeat-x;
  background-color: #c8707d;
  font-size: 12px;
  margin-top: 0px;
}

#body1{
  width: 760px; 
  background-image: url("%PUBURL%/%WEB%/ImagensDoLeiaute/corpoPag.png");
  background-repeat: repeat-y;
  position: relative;
  left: 50%;
  margin-left: -380px;
  padding: 0px;
  
}


#conteudo{
  width: 430px; 
  margin-left: 175px;
  text-align: justify;
  position: relative;
  max-width: 420px;
  min-height:400px;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 100%;
  padding:0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#conteudo p{
  text-indent: 20px;
}

#conteudo h1, #conteudo h2,
#conteudo h3, #conteudo h4,
#conteudo h5, #conteudo h6{
  margin: 0px 0px 10px 0px;
  color: #b43d4d;
}
#conteudo h1{ font-size: 175%; text-align: center; }
#conteudo h2{ font-size: 160%; }
#conteudo h3{ font-size: 145%; }
#conteudo h4{ font-size: 130%; }
#conteudo h5{ font-size: 115%; }
#conteudo h6{ font-size: 100%; }

#conteudo a:link,
#conteudo a:active,
#conteudo a:visited{
  color: #b43d4d;
  text-decoration: none;
}
#conteudo a:hover{
  color: #e7949f;
  text-decoration: underline;
}


#conteudo #topicosPais{
  font-size: 11px;
  color: #f399c4;
}
#conteudo #topicosPais a:link,
#conteudo #topicosPais a:active,
#conteudo #topicosPais a:visited{
  color: #f65dac;
  text-decoration: none;
}
#conteudo #topicosPais a:hover{
  color: #e1059b;
  text-decoration: none;
}


%STOPINCLUDE%


-- LeandroSantos - 21 Aug 2005

revisão: r2 - 22 Aug 2005 - 00:00:27 - LeandroSantos?