@charset "utf-8";
#Home {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #f6d8b6;
	border: thick ridge #f3b7af;
	text-decoration: none;
	margin-top: 10px;
}
#Home a {
	text-decoration: none;
	color: #000000;
}
