h1 {
font: bold 24px/36px georgia, serif;
margin-bottom: 9px;
margin-top: 36px;
letter-spacing: 1px;
}

h2 {
font: bold 18px/36px georgia, serif;	
font-style: oblique;
margin-bottom: 0px;
margin-top: 9px;
}

h3 {
	font: normal 13px/18px georgia, serif; /* was 14px */
	font-style: oblique;
	font-variant: small-caps;
	margin-bottom: 2px;
	margin-top: 16px;
}

p, label, legend {
	font: normal 12px/18px georgia, serif; /* was 13px */
	text-align: justify;
	margin-bottom: 18px;
}

legend {
	font-weight: bold;
	margin-bottom: 0px;
}

fieldset {
	border: 1px dotted #AB9;
	padding: 9px;
	padding-top: 0px;
}

input, textarea {
	border: 1px solid #576;
	border-bottom: 1px solid #AB9;
	border-right: 1px solid #AB9;
	margin-bottom: 9px;
}


