.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	width: 300px;
	background-position: center;
}
.description {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	color: #DFDF9F;
	width: 400px;
}
.result {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	border: medium inset #666600;
	padding: 5px;
	width: 400px;
	height: auto;
	background-color: #999900;
	text-align: center;
}
.background {
	background-color: #999966;
	padding: 20px;
}
.btn {
	color:#D0D0B9;
	background-color:#666600;
	border: 1px solid;
	border-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	padding: 5px
}

