body {
	background-color: pink;
	color: white;
	text-align: center;
	}
#Center {

	width: 325px;
	margin: 10px auto;
	text-align: center;
	padding: 5px;
	border: 2px double red;
	background-color: red;
	color: white;
	}
a {
	color: white;
	}
a:hover {
	color: blue;
	}
