body, div {
	background-color: #9999CC;
	margin: 10px;
}

img {
	border: 0;
	margin: 10px;
}

h1 {
	font-family: sans-serif;
	font-size: 2.17em;
	font-weight: bold;
	color: #222222;
	text-align: center;
}

h2 {
	font-family: sans-serif;
	font-size: 1.17em;
	color: #222222;
}

p {
	font-family: sans-serif;
	font-size: 0.83em;
	color: #222222;
	margin-left: 1em;
}

li {
	font-family: sans-serif;
	font-size: 0.83em;
	color: #222222;
	margin: 0.5em;
}

pre {
	margin-left: 2em;
}

a			{ color: #2222FF; text-decoration: none;}
a:active		{ color: #2222FF; text-decoration: none;}
a:visited		{ color: #2222FF; text-decoration: none;}
a:hover		{ color: #2222FF; text-decoration: none;}
