body {
  background-color: #E6FF99;
  font-family: Verdana;
}

h1 {
  font-size: 24px;	
}

#cabecalho_curriculo {
  width: 700px;
  padding: 10px 0px 10px 0px;
}

#cabecalho_curriculo p {
  text-align: justify;
}

#formulario_curriculo {
  font-size: 14px;	
}

#formulario_curriculo input, select, textarea {
  font-size: 12px;	
}

#formulario_curriculo fieldset {
  background-color: #FFE699;
  width: 700px;
  padding: 10px 0px 10px 0px;  
}  

#botoes input {
  font-size: 15px;	
  marging: 20px 20px 20px 20px;  
  font-weight: bold;
}

#formulario_curriculo dt {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: 5px;
}

#formulario_curriculo legend {
	font-size: 16px;
	font-weight: bold;
}


