ul {
	list-style-type: square;
}
ul.none {
	list-style-type: none; list-style-image: URL("/images/design/point.png");
}
a:hover {
	text-decoration: underline;
}