
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: red;
	text-decoration: underline;
}
.slink	{ text-decoration: none; }
.slink:hover { text-decoration: underline; }
