h1{
	font-family: elephant;
	color: AB0000;
	font-size: 45px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	transition: all 0.3s ease-in-out;
	background-image: linear-gradient(to top, white, #730000);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}
h1:hover{
	transform: scale(1.1);
}
p{
	font-family: comic sans ms;
	color: 730000;
	font-size: 20px;
}
table{
	border: 2px solid black;
	width: 80%;
	margin: auto;
}
a{
	color: AD5353;
	font-family: comic sans ms;
	font-size: 20px;
}
ul{
	font-family: comic sans ms;
	color: 730000;
	font-size: 20px;
	list-style-type: square;
}
body{
	background: linear-gradient(to top, grey, white);
}
td,th{
	font-family: comic sans ms;
	font-size: 20px;
}
td{
	text-align: left;
	width: 50%;

.sectionheaders{
	text-align: center;
}
img{
	width: 200px;
}