	body {
    background-color: lightgrey;
}
	h1 {
   color: teal;
}
	a {
   color: teal;
}
	a:hover {
   color: black;
		cursor: pointer
}
	table {
   border: 1px solid black;
   border-collapse: collapse;
	width: 250px;
}