.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: bold;
	color: #339900;
	width: 300px;
}
.description {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #336600;
	width: 400px;
	background-position: center;
	text-align: right;
}
.result {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	padding: 5px;
	width: 400px;
	height: auto;
	background-color: #009900;
	text-align: center;
	background-position: center;
}
.background {
	background-color: #99FF66;
	padding: 20px;
	text-align: center;
}
.btn {
	color:#FFFFFF;
	background-color:#669900;
	border: 1px solid;
	border-color: #666600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	padding: 5px
}

