
* {
  padding: 0;
  margin: 0;
}

body {
  background-color: #000000;
  color: #CC6600;
  font-family: "Haettenschweiler"", sans-serif;
}

table {
	text-align: center;
	border: 1px solid black;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

td	{
	text-align: center;
	border: 1px solid black;
	padding: 15px;
}

.page {
  max-width: 900px;
  height: 675px;
  margin: 0px auto;
  margin-bottom: 35px;
  text-align: center;
}

.title-image {
  width: 506px;
  float: left;
}

.chapter {
  width: 364px;
  float: left;
  padding-left: 30px;
}

h1 {
  font-size: 36pt;
  font-weight: normal;
  padding-bottom: 5px;
}

h2 {
  font-size: 16pt;
  font-weight: normal;
  padding-top: 30px;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}

h3 {
  font-size: 11pt;
  font-weight: normal;
  padding-top: 30px;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}

p {
  padding: 0;
}

a:link { color: #CC6600 }

a:visited { color: #CCFF33 }

a:hover { color: #FFF }

a {text-decoration: none}

li {
  list-style: none;
  text-align: left;
  line-height: 1.5;
  font-size: 12pt;
  font-weight: normal;
  float: left;
  display: inline;
}
#double li {width:50%;}

