A:link {text-decoration: none; color:#E08529}
A:visited {text-decoration: none; color:#E08529}
A:active {text-decoration: none, color:#E08529}
A:hover {
	text-decoration: none;
	color:#999999;
}

table.sample {
	border-width: thin;
	border-spacing: 0px;
	border-style: dashed;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: thin;
	padding: 1px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.sample td {
	border-width: thin;
	padding: 1px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}