<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">label {
	float:left;
	display:block;
	width:100px;
}

input, 
textarea {
	margin-bottom:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:140%;
	font-size:1.2em;
}

textarea {
	width:95%;
	height:150px;
}

fieldset {
  border:none;
  margin:0;
  padding:0;
  font-size:110%;
}

legend {
  display:none;
}</pre></body></html>