@charset "utf-8";
/* CSS Document */

A { text-decoration:none; }
A:hover {text-decoration: none; color: red;}

ul {
	list-style-type: disc;
	list-style-image: url(images/list-bullet-arrow.png);
	list-style-position: outside;
}
