ul#divisionsList {
	width: 86%;
	position: relative;
	margin: 1.0em auto;
	color: #606060;
	font-size: 1.2em;
	list-style: disc;
}

ul#divisionsList li {
	padding: 0.5em 0 !important;
}

ul#divisionsList a {
	color: #018cfb;
	font-weight: bold;
	text-decoration: none;
}

ul#divisionsList a:hover {
	text-decoration: underline;
}