* {
	margin: 0;
}

* {
	padding: 0;
}

a:focus {
	outline: none;
}

body {
	color: #fff;
	font: 85% Arial, Helvetica, sans-serif;
	background-color: #000;
	text-align: center;
}

#wrapper {
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content {
	margin: 20px 10%;
}

img {
	border: none;
}

a {
	text-decoration: underline;
}

a:link, a:visited {
	color: #fff;
}

a:hover {
	color: c00;
}

.onedown {
	font-size: .9em;
}

.oneup {
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
}

.center {
	text-align: center;
}

p {
	margin: 5px 5px;
}

img.right {
	float: right;
	margin: 0 0 8px 8px;
	display: inline;
}

.subhead {
	border: groove 6px #eee;
	padding: 5px;
	font-size: 115%;
	font-weight: bold;
}