/* CSS Document */

A {
	text-decoration: underline;
	color: #0000FF;
}

A:Hover {
	text-decoration: none;
	color: #9C319C;
}
XHTML
