body { background-repeat: no-repeat; }

  a:link{text-decoration: underline; color:#000000}
  a:visited{text-decoration: underline; color: #000000}
  a:hover{text-decoration: none; color: #CD3232}
  a:active{text-decoration: underline; color: #000000}
}
.form {
	border: 1px solid #C8C8C8;
	font-family: Arial;
	font-size: 12px;
	color: #CD3232;
	padding-left: 5px;
	font-weight: bold;	
}
.texto {
	font-family: Verdana;
	font-size: 11px;
	color: #484848; }
.botao {
	border: 1px solid #C8C8C8;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 5px;
	background-color: #CD3232;	
	font-weight: bold;	
}
