.believe{
	font-family: 'Indie Flower', cursive;
	font-size: large;
}

#spacerow{
	height: 100px;
}

#accesstable{
	center;
}

#savebutton{
	font-family: 'Indie Flower', cursive;
	float:left;
	width:160px;
	height:30px;
	border-radius:10px;
	background-color:#cfcfcf;
	vertical-align:middle;
	line-height: 30px;
	text-align:center;
	cursor:pointer;
}

#savebutton:hover{
	background-color:#808080;
	color:#ffffff;
	bold;
}


#cleanbutton{
	font-family: 'Indie Flower', cursive;
	float:right;
	height:30px;
	width:160px;
	border-radius:10px;
	background-color:#cfcfcf;
	vertical-align:middle;
	line-height: 30px;
	text-align:center;
	margin-right:10px;
	cursor:pointer;
}

#cleanbutton:hover{
	background-color:#808080;
	color:#ffffff;
	bold;
}

.whitemessage{
	color:#ffffff;
	center;
}
