body {
	color: black;
	background-color: yellow;
}

h1 {
	color: #ff0000;
	background-color: transparent;
}

p {
	color: rgb(0%,100%,0%);
	background-color: white;
}

pre{
	color: yellow;
	background-color: black;
}

