.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	color: #FFFFFF;
	width: 510px;
	text-transform: uppercase;
	font-style: normal;
	padding: 10px;
	line-height: 40px;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bolder;
	font-variant: normal;
	color: #FFFFFF;
	width: 510px;
	padding: 5px;
}
.result {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	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 #FFFFFF;
}
.background {
	background-color: #FFFFFF;
	padding: 20px;
	text-align: left;
	background-image: url(../images/grafitti.png);
	height: 330px;
	width: 525px;
}
.btn {
	color:#FFFFFF;
	background-color:#566589;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 210%;
	font-weight: normal;
	text-align: center;
	padding: 5px
}

