@charset "utf-8"; 



main{
	width: 100%;
	height: 100%;
	margin: 0px auto;
}

body{
	margin: 0px auto;
	padding: 0px;
	width: 250%;
	height: 100%;
	color: white;
}

article{
	margin: 0px 45px;
	padding: 5px 25px;
	background-color: white;
	color: black;
}

header{
	width: 90%;
	margin-top: 5px;
	margin-left: 50px;
	margin-bottom: 5px;
	padding: 0px;
	text-align: left;
	word-spacing: 2px;
	letter-spacing: 1px;
}

header b{
	font-size: small;
	color: maroon;
	}

section{color: green;}

h2{
	color: maroon;
	text-align: left;
	line-height: 1em;
}

h3{
	font-style: bold;
	color: silver;
	text-align: left;
	line-height: 1.5em;
}

table{
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

th{padding: 10px;}
td{padding: 10px;}

caption{
	text-align: left;
	font-size: x-large;
	}

th:nth-child(odd){
	background-color: olive;
}

th:nth-child(even){
	background-color: teal;
}

td:nth-child(odd){
	background-color: green;
}

td:nth-child(even){
	background-color: teal;
}

footer{
	margin-bottom: 100px;
}
