body {
	font-family:Arial, Helvetica, sans-serif;
}	
ul {
  width: 44em;  /* room for 3 columns */
}
ul li {
  float: left;
  width: 11em;  /* accommodate the widest item */
}
/* stop the floating after the list */
br
{
  clear: left;
}
/* separate the list from what follows it */
div.wrapper
{
  margin-bottom: 1em;
}

/* anchor styling */
ul li a
{
  display: block;
  width: 10em;
  text-decoration: none;
}
ul li a:hover
{
  color: #FFF; /* white */
  background-color: #A52A2A; /* brown */
}
