.title {
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bolder;
	color: #FFFFFF;
	width: 510px;
	text-transform: none;
	font-style: normal;
	padding: 10px;
	line-height: 32px;
}
.description {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	width: 510px;
	padding: 5px;
}
.result {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
	padding: 5px;
	width: 510px;
	height: auto;
	text-align: center;
	background-position: left;
	border: medium solid #B8852C;
}
.background {
	background-color: #FFFFFF;
	padding: 20px;
	text-align: left;
	background-image: url(../images/yellowpaint.png);
	height: 330px;
	width: 525px;
}
.btn {
	color:#FFFFFF;
	background-color:#B8852C;
	border: thin solid #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	font-size: 185%;
	font-weight: bolder;
	text-align: center;
	background-position: center center;
	padding: 5px
}

