

.title{
	font-family: 'Quicksand', sans-serif;
	font-size: 700%;
	color: #262626;
}

.subtitle{
	font-family: 'Quicksand', sans-serif;
	font-weight: 200;
	font-size: 300%;
	color: #262626;
}

.tips{
	font-family: 'Quicksand', sans-serif;
	font-weight: 200;
	font-size: 40px;
	color: #262626;
}

.button{
	font-family: 'Raleway', sans-serif;
	color : rgb(20, 36, 66);
	font-weight: 300;
	font-size: 40px;
}

.helpBtn{
	float: right;
	width: 30px;
	height: 30px;
	margin-top: 5px;
}

body{
	background-image: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/hypnotic.png");
}

#box{
	border-top: solid 4px #262626;
	width: 600px;
	border-bottom: solid 4px #262626;
	padding-bottom: 0px;
	margin-top: 50px;
}

.curInvis{
	cursor: none;
}

.curDef{
	cursor: default;
}

.bbutton{
	font-family: 'Raleway', sans-serif;
	color : #262626;
	font-weight: 300;
	font-size: 40px;
}