.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #35D7FF;
	width: 300px;
}
.description {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	color: #00FFFF;
	width: 400px;
	text-align: left;
}
.result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #00FFFF;
	padding: 5px;
	width: 400px;
	height: auto;
	background-color: #000066;
	text-align: center;
	background-position: center;
}
.background {
	background-color: #006699;
	padding: 20px;
	text-align: left;
}
.btn {
	color:#00CCFF;
	background-color:#003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #000099;
	border-left-color: #000099;
}

