h1 {
	color: #339933;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #339933;
	border-bottom-color: #339933;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#img {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#img h2 {
	color: #A1957B;
	font-size: 16px;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #339933;
	border-left-color: #339933;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	width:auto;
	margin-left: 210px;
}
#img img {
	margin-right: 10px;
}
.style2 {
	color: #999900;
	font-weight: bold;
}
.style5 {color: #990000}
.style7 {color: #333333}
.style10 {
    color: #339900;
	background: #FFFFCC;
	display: block;
	margin-top: 10px;
}
body,td,th {
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #339900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #339900;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #339900;
}
a:active {
	text-decoration: none;
	color: #99CC00;
	background-color:#339900;
}