body {
	background-color: #101010;
	font-family: Trebuchet, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.76em;
	color: #ebebeb;
  line-height: 1.3em;
}

h1 {
	font-size: 1.5em;
	margin: 34px 0px 34px 0px;
}

h2 {
	font-size: 1.25em;
	margin: 24px 0px 16px 0px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}

p {
	margin: 0px 0px 10px 0px;
}

#go {
	margin-top: 30px;
	text-align: center;
  margin-bottom: 100px;
}

#intro {
	width: 640px;
	margin: auto;
}

a {
	background-color: #F38003;
	color: #ebebeb;
	border: 1px solid #F38003;
	padding: 7px 17px 7px 17px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}

a:hover {
	background-color: #ebebeb;
	color: #CA2102;
	padding: 5px 15px 5px 15px;
	border: 3px solid #F38003;
}

dl.misc > dt + dl.misc > dd {
  border:1px solid #ebebeb;
}
