@charset "utf-8";
/* CSS Document */

table {
	width: 60%;
	border:	5px solid; 
		border-color:#F3C300;
	padding: 3px;
	margin-top: 30px;
	margin-bottom: 30px;
	
}

th {
	padding: 15px;
	border: 1px solid;
	text-align: center;
background-color: #000000;
	font-size:1.5em;
}

tr {
	padding: 15px;
}

td {
	padding: 8px;
}

tr:nth-child(even) {
	background-color: #F3C300;
	color: #002F87;
}
tr:nth-child(odd) {
	background-color: #002F87;
	color: #F3C300;
}

