/*This style will be applied to the div element holding the menu*/

body {
  margin: 5px;
	max-width: 800px;
	margin-left: auto; margin-right: auto;
  padding: 0;
	font-size: 100%;
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
color: #000000;
background-color: #FFFFC0;
}



