table.sample {
	border-width: 1px;
	border-spacing: ;
	border-style: groove;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
            color: blue;
            width: 245px;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: blue;
	background-color: #FFFFFF;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: blue;
	background-color: #FFFFFF;
            color: blue;
	-moz-border-radius: ;
}

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #FFB853;
}
a:active {
	text-decoration: none;
	color: #003366;
}

