a {
	color: #358;
	text-decoration: none;
	xbackground: url(/pics/dotted_underline.gif) bottom left repeat-x;
}

a:visited {
	color: #477;
}

a:hover {
	color: #c00;
	text-decoration: underline;
	xbackground: none;
}

a:active {
	color: red;
}

