h1 {
	font-size: 14px;
	color: #006633;
	padding: 5px;
	border: thick double #006633;
	width: 600px;
}
.style1 {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}
h2 {
	font-size: 12px;
	color: #FF9966;
	padding-left: 5px;
	border-bottom-width: medium;
	border-bottom-style: dotted;
	border-bottom-color: #99CC99;
}
.liststyle {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	background-color: #FFFFCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	list-style-type: none;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
}

