html, body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: tahoma;
	background-color:yellow;
	text-align:center;
	display:table;
	background-color: white;
  	background-image: radial-gradient(#FFF, #ddd);
 	background-size: cover;
  	background-repeat: no-repeat;
	overflow:hidden;
	font-family: 'Amatic SC', cursive;
}

a{
	color:inherit;
	text-decoration:none;
}
a:hover{
	color:inherit;
	text-decoration:none;
}
a:visited{
	color:inherit;
	text-decoration:none;
}
a:link{
	color:inherit;
 	text-decoration:none;
}	
a:active{
	color:inherit;
	text-decoration:none;
}