.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bolder;
	color: #CCCC99;
	width: 400px;
	text-transform: uppercase;
	font-style: italic;
	padding: 10px;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #CCCC99;
	width: 400px;
	padding: 10px;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	color: #FFFFFF;
	padding: 5px;
	width: 400px;
	height: auto;
	text-align: center;
	background-position: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.background {
	background-color: #FFFFFF;
	padding: 20px;
	text-align: left;
	background-image: url(../images/cherry-wood.jpg);
}
.btn {
	color:#FFFFFF;
	background-color:#999966;
	border: 1px solid #663300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: normal;
	text-align: center;
	padding: 5px
}
