h1 {
	font-family: courier, fixed, monospace;
	font-weight: bolder;
	color: green;
	background-color: yellow;
}
p {
	font-family: western, fantasy;
	font-size: 100px;
	font-weight: 100;
	color: red;
	background-color: navy;
}

body {
		background-color:orange;
		}

ul {
	font-family: Zapf-Chancery, cursive;
	font-style: italic;
	color: maroon;
}