h1{
	font-family: comic sans ms;
	color: #4298E3;
	font-size: 48;
	text-align: center;
}
h1:hover{
	color: black;
	font-size: 56;
}

p{
	font-family: century gothic;
	color: black;
}

table{
	border-collapse: collapse;
	width:90%;
	margin-left: auto;
	margin-right: auto;
}

a:link{
	color: #98E342;
}
a:visited{
	color: #98E342;
}

ul{
	list-style-type: circle;
	font-family: tahoma;
	color: #ED4C4C;
	font-size: 24;
}
img{
	size: 50;
}
th{
	font-size: 36;
	background-color: red;
}
body{
	background-color: grey;
}
