body{
  background-color:#000000;
  font-family: Arial;
  font-size:12px;
}
.mainbg{
  background-color:#FFFFd6;
}
.title{
  font-size: 16px;
  font-weight:bold;
  color:#f0c02e;
}
.pagetitle{
  font-size: 14px;
  font-weight:bold;
  color:#282828;
}
.number{
  font-size: 12px;
  color:#333;
  font-weight:bold;
}
.numberInBook{
	font-size:14px;
	color:#282828;
	font-weight:bold;
}
.part1img{
	padding:1px;
	border: solid 1px #ccc;
	background-color:#FFF;
}
.direction{
	font-size: 12px;
	color:#282828;
}
#nav {
        margin: 0;
        padding: 0 0 20px 10px;
        border-bottom: 1px solid #f0c02e;
}

#nav li {
        margin: 0;
        padding: 0;
        display: inline;
        list-style-type: none;
		
}

#nav a:link, #nav a:visited {
        float: left;
        font-size: 12px;
		font-family:Tahoma;
        line-height: 14px;
        font-weight: bold;
        padding: 0 12px 6px 12px;
        text-decoration: none;
        color: #CCC;
		
}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
        color: #282828;
        background: url(images/rounded.gif) no-repeat bottom center;
}

.next a:link { font-family: Arial; color: #06C; text-decoration: none ;  font-size: 12px; font-weight:bold; }
.next a:visited { font-family: Arial; color: #06C; text-decoration: none; font-size: 12px; font-weight:bold; }
.next a:hover { font-family: Arial; color: #06C;  text-decoration: underline ;  font-size: 12px; font-weight:bold; }	