table {
	width:100%;
	margin-top:10px;
	border-collapse:collapse;
}
thead td {
	font-family:"Century Gothic",Verdana,Helvetica,Arial,san-serif;
	font-size:1.4em;
	color:#320966;
}
tbody tr:hover {
	background-color:#EAE6EF;
	border:1px solid #320966;
	font-size:1.2em;
	
}
td {
	width:18%;
	padding:5px;
}