/* removes any browser margins + padding */
html, html>body {
	padding: 0px;
	margin: 0px;
	z-index: 2;
}

h1 {
	color: red;
	text-align: center;
}

h2 {
	color: blue;
}

div.myImage1 {
	position: absolute;
	top: 40px;
	right: 0px;
	z-index: 1;
}
div.myImage2 {
	padding: 0px;
	margin: 0px;
}

li.title {
	font-weight: bold;
}

li.subtitle {
	font-weight: normal;
}

ul.subtitle {
	font-weight: normal;
}