body {background: Orange;}
ul {
	List-style-type: none;
	display:flex;
	flex-direction:row;
	margin top: 3em;
	padding: 0;
	overflow: hiidden;
}
li {
	flex-grow: 1;}
li a {
	display: block;
	padding: 14px 16px;
	background-color: RED;
	color: yellow;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
}
li a:hover {background-color:orange}
details {
	background: yellow;
	font-size: 18px;
	color: black;
	margin: 10px;
	text-decoration: none;
}
h1 {font-size: 30px;
	font-family: COURIER; }
h2 {font-size: 20px;
	 }
h3 {font-size: 18px;
	font-family: Arial; }

p {font-size: 16px;
	font-family: times; }
	
table, th, td {
    border: 4px solid black;
    border-collapse: collapse;
}
th, td {
    padding: 10px;
    width: 15%
}
th, td {background-color: #BD4B00};
background-repeat:repeat-x;
}