#activityGrid {
	width: 100%;
	display: block;
	float: left;
}

.row_odd {
	background-color: #ccc;
}

#activityGrid a {
	display: block;
	font-size: 14px;
	margin: 8px 10px;
	width: 200px;
	float: left;
	background-color: transparent;
	color: black;
	text-transform: uppercase;
	text-deocration: none;
}

h1 {
	margin-bottom: 0px;
}
h2 {
	font-size: 1.6em;
}

#activityGrid a:hover {
	text-decoration: underline;
}

#changer {
	float: right;
}