* {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
	}
html {
	font-size: 100%;
	}
body {
	font-family: "Times New Roman", Times, serif;
	background-color: #827181;
	text-align: center; /* moves the site center
	font-style: italic; */
}
#page {
	position: relative;/* moves the site center*/
	width: 810px;
	margin: auto; /*moves the site center*/
	height: auto;
	background-color: #b09eac;
	color: #ffffff;
	font-size: large;
}
#menu a:link    {color: #514147}
#menu a:visited {color: #827181}
#menu a:active  {color: white}
#menu a:hover   {color: white}

a:link    {color: #514147}

.text {
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
}
table {
	/*background-color: white;
	border-color: #b09eac;
	border: 3px;*/
}
td {
	border: 1px solid;
	border-color: #b09eac;
	width: 109px;
	height: 109px;
	background-color: white;
}