a {	
	color: #FFFFFF;	
	text-decoration: none
}

a:hover {	
	text-decoration: underline
	}
table.sample {
	border-width: medium;
	border-style: solid;
	border-color: green;
	border-collapse: collapse;
	background-color: white;
	font-family: Times New Roman, Times, serif;	
	font-size: 17px;
}
table.sample th {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}