A:link {
	text-decoration: none;
	color: black;
	font-style: normal;
	font-weight: normal;
}

A:visited {
	text-decoration: none;
	color: black;
	font-style: normal;
}

A:hover {
	text-decoration: none;
	color: blue;
	font-style: normal;
	font-weight: bold;
}

UL {
	list-style-type: none;
	margin-left: .5em;
}

UL UL {
	list-style-type: disc;
	margin-left:  2.5em;
}

