@charset "utf-8";
/* CSS Document */

body {
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background-image: url(../images/golf.jpg);
	background-size:cover;
	background-attachment:fixed;
	
	
}

table {
	width:80%;
	
}

table, th, td {
	border:1px solid black;
	border-collapse:collapse;
	opacity:0.8;
	
	
}

th, td {
	padding:18px;
	text-align:center;
	
	
}
th {
	background-color:#F00;
	
	color:white;
	
}
tr:nth-child(even) {
	background-color:#e8e8e8;
	color:#003;
	
	
}
tr:nth-child(odd) {
	background-color:white;
	color:#003;

	
}
#hd {
	background-color:#00C;
	color:#FFF;
	
}