A {
	text-decoration : none;
}

A.nav {
	text-decoration : none;
}

A:hover {
	text-decoration: underline overline;
	background-color: lightblue;
}


ul {
	list-style-image : url('bullet.gif');
}
