@charset "UTF-8";
.wrapper{
	/* position list chunks side by side */
  float: left;
	width: 220px;
	font-family: "Trebuchet MS", serif;
	font-size: small;
}

/* clear float after lists */
br
{
  clear: left;
}
/* anchor styling */
ol li a
{
	display: block;
	width: 200px;
	text-decoration: none;
}
ol li a:hover
{
  color: #FFF; /* white */
}

