* {
	font-weight: normal;
	color: #333;
}

body {
	background-color: black;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1em;
	color: #369;
	font-weight: bold;
	text-transform: uppercase;
}

a {
	text-decoration: none;
	color: #639;
}

.content {
	width: 600px;
	/*background-image: url(images/paper.jpg);*/
	background-color: white;
	margin: 0 auto;
	text-align: left;
}
.contentPadding {
	padding: 1em;
}

span.emphasize {
	font-style: italic;
	color: #369;
}

.copyright {
	text-align: center;
	color: #999;
}

 