@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	background-color: white ;
	color: black ;
	font-family: 'Open Sans', sans-serif ;
	padding: 0px 12px ;
	margin: 0px auto ;
	max-width: 60em ;
}

table {
	border: none ;
	border-spacing: 1em ;
	border-collapse: separate ;
}

th {
	font-weight: normal;
}

table.menu td {
	width: 50px ;
	height: 50px ;
	line-height: 50px ;
	margin: 5em ;
	padding: 1em ;
	border-radius: 50% ;
	font-size: larger ;
	text-align: center ;
	background-color: #AFBBE5 ;
	font-weight: bold;
}

a {
	text-decoration: none ;
}

a:hover {
	color: red ;
}

p.footer {
	color: gray ;
	font-size: x-small ;
	text-transform: lowercase ;
}
