body
{
 background-color:#C3B091;
}

/* Menu icon in top left corner of page */
.navicon
{
  background-color:#F2D231; 
  color:#243E2C; 
}

/* Menu bar across the top of the page */
.navtable
{
  background-color:#243E2C; 
  color:#FFF;
}

/* Group name displayed at top left of page, which is a link to the home page */
.nav-home-link
{
  color:#FFD700;
}

