/* html5 styles */

body {
	background-image: url("./images/weave_background.jpg");
	}
header {
	background-color: #F0E68C;
	text-align: center;
	color: #643B0F;
	}
footer {
	background-color: #F0E68C;
	height: 100px;
	text-align: center;
	color: #643B0F;
	font-size: large;
	}
article {
	text-align: center;
	}
article h2 {
	text-align: center;
	}
table{
	color: #F0E68C;
	border: 10px solid #F0E68C;
	text-align: center;
	padding-top: 4px;
	}
img { 
	border: 5px solid #F0E68C; 
	}

nav ul {
	list-style-type: none;
	}
	
nav ul li {
	display: inline;
	}

nav  a {
	font-size: large;
	display: inline-block;
	text-decoration: none;
	padding: 10px;
	}
nav a:hover {
	font-weight: bold;
	}
nav  a:visited {;}

#page {
	padding: 4em;
	}
