a {
	color : blue;
	text-decoration : none;
}

a.nav {
	color : #000066;
	text-decoration : none;
}

a:hover {
	color : brown;
	text-decoration: underline;

}

ul {
	list-style-image : url(http://www.accessamericaat.com/scansoft/dragon_bullet.gif);
}

