/* Formatação Geral*/
h1, h2, h3, h4, h5{
	line-height: normal;
	color: #71272D;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#conteudo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #624D4F;
}

#conteudo a {
	color: #FFFFFF;
	background-color: #71272D;
	text-decoration: none;
}
#conteudo a:hover {
	color: #ffffff;
	background-color: #624D4F;
}










/* formail */


textarea {
	background-color: #ffffff;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #624D4F;
	border-bottom: thick solid #71272D;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #624D4F;
	border-right-color: #624D4F;
	border-left-color: #624D4F;
}


input { 
	background-color:#ffffff; 
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #624D4F;
	border-bottom: thick solid #71272D;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #624D4F;
	border-right-color: #624D4F;
	border-left-color: #624D4F;
}