body {
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: repeat-x;
}

p, td, li {
	font: 15px "arial";
	color: #000000;
	line-height: 125%;
	background-repeat: repeat-y;
}

h1 {
  font : bold 28px Georgia;
  color: #440044;
}

h2 {
  font : bold 22px Georgia;
  color: #440044;
}

h3 {
  font : bold 18px Georgia;
  color: #440044;
}

h4 {
  font : bold 13px Georgia;
  color: #CC6633;
}

h5 {
  font : bold 13px Georgia;
  color: #197480;
}

h6 {
  font : bold 13px Georgia;
  color: #193080;
}

.nowrap {
  white-space: nowrap;
}
.style1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 16px; font-weight: bold; 
}
.style5 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.credit {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
.bookpara {
  font-family: Georgia;
  font-size: 18px;
}
.bookparadate {
  font-family: Georgia;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
}
.dropcap {
	font : 10px verdana, arial, helvetica, sans-serif;
	color: #000000;
}
.spoiler {
  display: none;
}
.alignleft {
	float:left; margin: 0 10px 10px 0; 
}

td.content {
	# background-image: url(../images/bg.jpg);
	background-image: "images/bg.jpg";
	background-repeat: repeat-y;
}

td.fill {
	# background-image: url(../images/bg.jpg);
	background-image: "images/bg.jpg";
	background-repeat: repeat;
}

td.lowersides {
	background-repeat: no-repeat ;
	background-position: bottom;
}

td.white {
  background-color: #FFFFFF;
}

a {
  color : #288A5B;
}

a:visited {
  color : #B4643B;
}

a:hover {
  color : #006666;
}

.biglink {
	font : 16px verdana, arial, helvetica, sans-serif;
	color: #193080;
}

a.biglink {
  font: 16px;
  color : #CC6633;
}

a.biglink:visited {
  font: 16px;
  color : #B4643B;
}

a.biglink:hover {
  font: 16px;
  color : #006666;
}

a.sidebarlink {
  font: 14px;
  color : #CC6633;
}

a.sidebarlink:visited {
  font: 14px;
  color : #B4643B;
}

a.sidebarlink:hover {
  font: 14px;
  color : #006666;
}


.copyright {
	font : 9px verdana, arial, helvetica, sans-serif;
	color: #193080;
}

a.copyright {
  color : #193080;
}

a.copyright:visited {
  color : #193080;
}

a.copyright:hover {
  color : #006666;
}

.booktitle {
      font : bold 13px verdana, arial, helvetica, sans-serif;
	  color: #197480;
}

.bigbooktitle {
      # font : bold 16px verdana, arial, helvetica, sans-serif;
	  # color: #197480;
      font : bold 20px Georgia;
	  color: #440044;
}

.booksubtitle {
      font-family : Georgia;
}

.bookbuy {
      font : bold 16px Georgia;
}

.biggertext {
	font : 15px;
	font-family: "arial";
}

/*Menu*/
#menuDiv {
	position: relative;
	left: 1px;
	top: -7px;
	width: 100%;
	height: 31px;
	z-index: 2;
	display: inline;
	/* background-color: black; */
}
.menu {
	padding-top:15px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px; 
	color: white;
	font-size:125%; 
	}
.menu a{
	color: white;
	text-decoration:none;
	padding-left:10px; 
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:5px; 
	margin-right:5px;
	}
.menu a:hover{
	color: #CC6633; /* black; */
	/* background-color:white; */
	}
