p {
	font-size: smaller;
}

button {
	font-size: larger;
}

input {
	font-size: larger;
}

a {
	font-size: larger;
}
table,th {
	border:2px solid blue;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 26px;
	padding: 15px;
	margin-left: auto;
    margin-right: auto;
}

h1 {
	text-align: center;
}