.table{
		margin: auto;
		text-align: center;
		border: 5px solid #FEF65B;
		background-color: white;
		border-collapse: collapse;
		font-family: 'Satisfy', cursive;
		text-decoration: none;
	}
	
	body{
		background-color: #ababab;
	}
	
	td{
		padding: 10px;
		font-size: 30px;
	}
	
	th{
		padding: 10px;
		font-size: 50px;
	}
	
	a:link {
		color: #587D75;
		text-decoration: none;
		font-size: 30px;
		font-family: 'Satisfy', cursive;
	}
	
	a:hover {
		color: #CCFFCC;
	}
	
	a:visited {
		color: green;
	}
	
	a:active {
		color: orange;
	}
	
	h1{ 
	color: #587D75; /*gray*/
	font-family: 'Satisfy', cursive;
	font-size: 70px;
	text-align: center;
	}

.button{
	float: right;
	font-family: 'Satisfy', cursive;
	font-size: 25px;
	background-color: #B7FB70;
	border-radius:100%;
	text-align: center;
	border: 5px dotted #ababab;
	box-shadow: 10px 10px 10px green;
	display: inline-block;
	width: 300px;
	height: 300px;

}

.home{
	width: 600px;

	height: 60px;
	text-align: center;
	background-color: #B7FB70;
	border:5px dotted #ababab;
	box-shadow: 10px 10px 10px green;
	float: left;
	clear: left;
}