
* {
  padding: 0;
  margin: 0;
}

body {
  color: #e6e600;
  font-family: "Berlin Sans FB", sans-serif;
  text-shadow: 2px 2px 5px #999;
}

table {
	text-align: center;
	border: 1px solid black;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}

.multiple {
	text-shadow: 2px 2px 0 rgba(255, 255, 255,1), 6px 6px 0 rgba(50,50,50.25);

}

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;
}

.grad  {
  background-color: #ffcccc;
  background-image: -webkit-linear-gradient(top, #ff0000, #ffcccc);
  background-image: -moz-linear-gradient(top, #ff0000, #ffcccc);
  background-image: -o-linear-gradient(top, #ff0000, #ffcccc);
  background-image: linear-gradient(top, #ff0000, #ffcccc);
}

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;
  text-shadow: none;
}

h3 {
  font-size: 11pt;
  font-weight: normal;
  padding-top: 30px;
  border-bottom: 1px solid;
  margin-bottom: 5px;
  text-shadow: none;
}

p {
  padding: 0;
  text-shadow:none;
}

a:link { color: #000000 }

a:visited { color: #ffffff }

a:hover { color: #99ff99 }

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;
  text-shadow: none;
}
#double li {width:50%;}

