form { 
  	margin: 0;
 	padding: 0;
 	min-width: 200px;
 	max-width: 600px;
 	width: 560px; 
 	line-height: 36px;
}
form fieldset {
  	border-color: #6A0000;
  	border-width: 1px;
  	border-style: solid;
  	padding: 10px;      
  	margin: 0;
}
form br {
	clear:left;
}

form fieldset label{
	display: block;
	float: left;
	font-family: Trebuchet MS, sans-serif;
  	font-size: 14px;
	font color: #6A0000;
	text-align: right;
	margin-right: 10px;
	width: 180px;
	font-weight: bold;
	clear: left;
}
form fieldset input {
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
}
form fieldset input :focus {
	background-color: #F6E2F4;
}
.date{
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 4px;
		}
h2 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 18px;
	font-weight: bold;	
	margin-bottom: 0px;
	margin-top: 2px;
		}
		
h3 {
	font-family: Trebuchet MS, sans-serif;
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 0px;
		}