/* styles for appledore books site */

A:link          {	color : red ; 
		 			font-weight : bold ;
		 			text-decoration : none
		 		}

A:visited       {	color : red ;
		 			font-weight : bold ;
		 			text-decoration : none
		 		}

A:active        {	color : red ;
		 			font-weight : bold ;
		 			text-decoration : none
		 		}

A:hover			{	/*color : white ;*/
					color : #005500;
		 			/*text-decoration : none ;*/
		 			text-decoration : underline;
		 			font-weight : bold
		 		}

/*table {border-collapse: collapse; border-color: #050;  }*/

	/* book title on booklist page */
.booktitle		{	font-size : medium ;
		 			font-family : "Arial" ;
			 		color : blue ;
		 			text-decoration : underline ;
		 			font-weight : bold 
				}

.booktitle2		{	font-size : 18pt ;
		 			font-family : "Times New Roman" ;
		 			text-decoration : underline ;
		 			text-align : center ;
		 			color : blue ;
		 			font-weight : bold 
		 		}

	/* byline on booklist page */
.booktitleby	{	font-size : small ;
		 			color : black ;
		 			font-weight : bold ;
		 			font-family : "Arial" ;
				}

.bookpgdesc		{	font-size : 12pt ;
		 			line-height : 3ex ;
		 			font-family : "Verdana","Andale Mono","Arial";
				}

.celiagreen		{	background-color : #b3c699 ; 
				}
				
.celiagreend	{	background-color : #93b37d ; 
		 			text-decoration : underline ;
		 		}

.cozynote		{	font-size : large ;
		 			font-weight : bold ;
		 			font-family : "Arial" ;
		 			text-align : center ;
		 			color : #990000 ;
		 			background-color : #ffaa55 ;    /* saffron? */
				}

.poetrynote		{	font-size : large ;
		 			font-weight : bold ; 
		 			font-family : Arial ; 
		 			text-align : center ;
		 			color : #990000 ;
		 			background-color : #b3c699 ; 
		 		}

.poetryquote	{	font-size : 12pt ;
		 			font-weight : bold ; 
		 			font-family : Times New Roman ;
		 			line-height : 14pt ;
				}

/* special class for ossabaw */
.poetryquote2	{	font-size : 10pt ;
		 			font-family : "Garamond", "Times New Roman", "Arial Narrow", "Tahoma" ;
		 			line-height : 14pt ;
				}

.navtop			{	font-size : small ;
		 			font-family : "Arial" ;
		 			text-align : center ;
		 			color : red ;
		 			background-color : #b3c699 ;
				}

.favsbooktop	{	font-size : large ;
		 			text-decoration : underline ;
		 			color : white ;
		 			background-color : #5555ff ;
		 			font-weight : bold ;
		 		}

.booktopbg		{	background-color : #acae7f ;
				}


.bookpgbg		{	background-color : #ffeeaa ;
				}
		 
.bookdesc		{	color : #800000 ;
				}
				


#insiderdate 	{	font-size:9pt;
					color:#555;
					text-align:left;
					background-color: #93b37d;
					border-bottom:1px #555 solid;
					font-weight:bold;
				}				

.headline		{	
					background-color:#b3c699;
					/*border-bottom: 1px solid #aaa;*/
					font-size : 14pt ;
					font-family : Arial;
					/*letter-spacing : .08em;*/
					font-weight : bold;
					clear:both;
				}

.textjust		{	font-size : 10pt ;
					font-family : "Arial";
					text-align : justify;
					border: 1px #93b37d solid;padding:0 1em 1em 1em ;
					background-color:#ffd;
				}				
				
				
/* Left side list of articles */

#insiderlist	{	font-size: 9pt;
					font-family: Arial;
					margin-top: 10px;
				}
										
				
#insiderlist ul {	margin-left: 5px;
					padding-left: 10px;					
				}
				
#insiderlist ul li 
				{ 	padding: 5px 3px 5px 3px;
					border-bottom: 1px solid #888;
				}
				
#insiderlist ul li  A:link         
				{	color : red ; 
		 			font-weight : bold ;
		 			text-decoration : none
		 		}
#insiderlist ul li  A:hover			
				{	
					color : #005500;
		 			text-decoration : underline;
		 			font-weight : bold
		 		}
