p {
	font-family: arial, serif;
}

h1 {
	text-decoration: underline;
}

h2 {
	background-color: RGB(255, 200, 200);
	text-decoration: underline;
}

div.example {
	background-color: RGB(255, 255, 215);
}

img {
	background-color: white;
	padding: 8px;
	border-style: double;
}

a {
	color: RGB(0, 0, 100);
}

