/*
	Alex Minardi 5AIN
	14/10/2022
	Fake news: CSS
*/

body{
	background-color: grey;
	color: white;
}

h1{
	font-family: Georgia;
	display: inline;
}

h4{
	font-family: Georgia;
	color: white;
	text-align: bottom left;
}

p{
	font-family: Georgia;
}

div{
	text-align: center;
}

table{
	border: 1px solid white;
	width: 100%;
}

td{
	border: 1px solid white;
	padding: 20px;
}

a{
	text-decoration: none;
}
