body {
	background-color: #CACACA;
}

h1 {
	text-align: center;
	color: red;
}

hr {
	border: 3px solid black;
	margin-bottom: 25px;
}

a {
	text-decoration: none;
}

a:visited {
	color: green;
}

a:link {
	color: green;
}

table, th, td {
	border: 2px solid black;
	border-collapse: collapse;
	padding: 10px;
	text-align: center;
}

table {
	margin-left: auto;
	margin-right: auto;
}

th {
	color: red;
	font-size: 24px;
}

a:hover
{
	text-decoration-line: underline;
	text-decoration-style: wavy;
	font-size: 18px;
	color: red;
}
