* {
	margin: 0;
	padding: 0;
}

a {
	color: #ee0;
}

body {
	background-color: #000;
	color: #f0eeff;
	font-family: Verdana, Arial, sans-serif;
}

	body.notes {
		background-color: #fff;
		color: #000;
	}

	body.notes a {
		color: #00c;
	}

div#content {
	text-align: center;
}

dl {
	padding: 1em;
}

	dl dd {
		margin-left: 1.5em;
		padding: 0.5em;
	}

	dl dt {
		font-weight: bold;
		padding: 0.5em;
	}

h1 {
	padding: 0.5em;
}

	h1.picture {
		background-position: top center;
		background-repeat: no-repeat;
		height: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 40px;
		text-align: center;
		width: 800px;
	}

		h1#people {
			background-image: url("./images/01.people.jpg");
		}

		h1#oldschool {
			background-image: url("./images/02.oldschool.jpg");
		}

		h1#myspace {
			background-image: url("./images/03.myspace.jpg");
		}

		h1#web20 {
			background-image: url("./images/04.web20.jpg");
		}

		h1#nhswebteam {
			background-image: url("./images/05.nhswebteam.jpg");
		}

		h1#benefits {
			background-image: url("./images/06.benefits.jpg");
		}

		h1#discussion {
			background-image: url("./images/07.discussion.jpg");
		}

img.smallpic {
	height: 24px;
	width: 32px;
	padding-right: 0.5em;
	vertical-align: top;
}

ol {
	margin-left: 4em;
	padding: 0.5em;
}

ol li {
	margin-left: 2em;
	padding: 1em;
}

p {
	padding: 0.5em;
}

span.hidetext {
	display: none;
}

ul#footer {
	font-size: 0.8em;
	font-style: italic;
	margin-right: 1em;
	text-align: right;
}

	ul#footer li {
		list-style-type: none;
	}
