body {
	text-align: center;
	background-color: #7c0e16;
	color: #e4cece;
}
h1 {
	border-style: double;
	background-color: #44080B;
	padding: 5px;	
}
h2 {
	margin: 5px;
}
div.h1container {
	margin-left: auto;
	margin-right: auto;
	width: min-content;
}
table {
	margin-left: auto;
	margin-right: auto;
	border-style: double;
	border-collapse: collapse;
	background-color: #44080B;
}
td {
	padding: 5px;
	text-align: center;
}
tr {
	border-style: double;
}
th {
	height: 10%;
}
.framed {
	border-style: ridge groove groove ridge;
	border-width: 5px;
	border-color: #e4cece;
	border-radius: 15px;
	
}
a {
	color: #85E0CF;
	text-decoration: underline wavy;
}
ul {
	list-style-type: none;
	text-align: left;
	margin: 0px;
	background-color: #44080B;	
	width: 200px;
	padding: 0px;
	border-style: double;
}
ul a {
	text-decoration: none;
}
li {
	padding: 5px;
	color: #e4cece;
}
li:hover {
	background-color: #e4cece;
	color: #7c0e16;
}

