body {
	background-color:white;
	text-align: center;
	font-family: 'Fredericka the Great', sans-serif;
	color: black;
	font-size: 60px;
}
div img {
	border:3px solid black;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}