table,th,td {
	border: 2px solid green;
	padding: 5px;
	text-shadow: 1px 1px #ff0000;	}
thead {		
	background-color: #b0c4de;			
	color: white;
	height: 70px;
	font-size:25px	}
tfoot {
	text-align: right;	}
caption {
	height: 30px;
	font-size:15px	}
tbody tr:nth-child(even) {
	background:#E6E6F5;	}