html {
	background-color: green;
	color: rgba(0, 0, 255, 0.657);
	font-family: "Comic Sans MS";
	overflow: scroll;
}
h1 {
	text-decoration: underline double red;
}

table,
thead,
tbody,
th,
td {
	border-color: yellow;
}
