table, th, td { 
	border-collapse: collapse;
	padding: .3em .5em;
	width: 70%;
}

table {
	margin-left: 1em;
}

th, caption { 
	background-color: #666; 
	color: grey; 
	border: thin solid #666;
}

td {
	background-image: linear-gradient(#f9f9f9, #e3e3e3);
	border-left: thin solid #666;
	border-right: thin solid #666;
	color: black; 
}

tfoot {
	border-bottom: thin solid #666;
}

caption {
	font-size: 1.5em;
	border-radius: .5em .5em 0 0;
	padding: .5em 0 0 0
}

th:nth-of-type(1), td:nth-of-type(1) {
	width: 8px;
}

th:nth-of-type(2), td:nth-of-type(2) {
	width: 60px;
}

th:nth-of-type(3), td:nth-of-type(3) {
	width: 25px;
}

th:nth-of-type(1), th:nth-of-type(2), th:nth-of-type(3), th:nth-of-type(4), 
th:nth-of-type(5), th:nth-of-type(6), th:nth-of-type(7), th:nth-of-type(8) {
	color: black;
}

a {
    color : black;		 
    text-decoration: none;
    text-transform: uppercase;
}