a:hover {
	color: red;
	text-decoration: underline;
}
.slink	{ text-decoration: none; }
.slink:hover { text-decoration: underline; }
body {  font-family: "Verdana", "Arial", "Helvetica", "Osaka", "sans-serif"}
table {
	font-size: small;
	background-color: #FFFFFF;
	border: #FFFFFF;
}
a {
	color: #0000FF;
	text-decoration: none;
}

