body {
	color: white;
	background-color: #B45F04; 
	font-family: sans-serif;
	text-align: center;
	}

h1,h2,h3, p {
	color: white;
	font-family: sans-serif;	
	}

a:link {
	color: white;
	font-weight: normal;
	text-decoration: none;	
	}

a:hover {
	font-style: italic;
	}

a:visited {
	color: white;
	}

table, td, th {
	border: 1px solid black;
	color: white;
	font-family: sans-serif;
	text-align: center;
	table-layout: fixed;
	}
p {
	color: white;
	}

