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

h1 {
	color : white ; 
	background-color: blue;
	text-align: center;
	}
div {
	text-align: center;
	}
	img {
	text-align: center;
	}
	iframe {
	text-align: center;
	}
	

nav {
	text-align: left;
	}
table {
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}
th, td {
	padding: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
th {
	background-color:#CD853F;
}
td {
	background-color: #FFDAB9;
}






}