body{
	max-width:500px;
	margin:auto;
	padding:10px;
	font-size:16px;
	color:#fff99c ;
	background:#768fb8;
	letter-spacing:2px;
}
h1{
	font-size:16px;
}
a{
	color:#fff99c ;
	text-decoration:none;
}
a:hover{
	position:relative;
	top:3px;
	left:1px;
}
