.italic {
	font-style:italic;
}

body {
background-color: rgb(300,200,200);
}

h1 {
	font-size: 30;
}

table, tr, td {
	border: 2px solid black;
}