html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}	
body {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	background-color: #FF9900;
}
.table1 {
	font-family: Georgia;
	font-size: 12px;
	color: #000000;
	background-color: #FFF5E6;
	text-align: center;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #995C00;
	border-left-color: #995C00;
}
.description {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #995C00;
}
.textbox1 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	background-color: #FFC266;
	text-align: center;
	border: 2px solid #995C00;
	padding: 5px;
	width: 500px;
}
.link1 {
	font-family: Georgia;
	font-size: 18px;
	font-weight: bold;
	color: #0033CC;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.border {
	border: 1px solid #000000;
}
.recipcell {
	font-family: Georgia;
	font-size: 12px;
	color: #FFF5E6;
	background-color: #FF9900;
	border: 1px solid #995C00;
}
.recip1 {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #FFF5E6;
	text-decoration: none;
}
.recip2 {
	font-family: Georgia;
	font-size: 10px;
	color: #0033CC;
	text-decoration: underline;
}
