/* Default Main Style Sheet for D-Lib Magazine Monthly Issues */

/* Body background is white. */

body	{ background-color: #ffffff; }

/* use these for paragraphs  and for aligning paragraphs */ 
/* or text in table cells */

p	{ color: #000000; }

.left	{ text-align: left; }

.right	{ text-align: right; }

.center	{ text-align: center; }

.centerbold { 	text-align: center; 
				font-weight: bold; }
				
.italics { font-style: italic;
		   font-size: 10pt; }
		   
/* .sans-serif isn't used yet, but it's here in case you want to make some paragraphs  use sans-serif font */				
				

.sans-serif { color: #990000;
				text-align: left;
		        font-family: Verdana, Arial, Helvetica, sans-serif; }

/* .cbs and .small are for small text at end of story. */

.cbs { 	color: #990000;
		text-align: center;
		font-weight: bold;
		font-size: 70%;
		font-family: Verdana, Arial, Helvetical, sans-serif; }
		
.small60 { font-size: 60%;
		 font-weight: bold;
		 text-align: center;
		 color: #000000; }

.small70 { font-size: 70%;
		 font-weight: bold;
		 text-align: center;
		 color: #000000; }

.small70white { font-size: 70%;
		 font-weight: bold;
		 text-align: center;
		 color: #FFFFFF; }
		 
.smallregular { font-size: 70%;
				text-align: center;
		 		color: #000000; }

.smallfc { font-size: 75%;
				text-align: center;
		 		color: #000000; }
		 		
.small70leftblk { font-size: 80%;
				text-align: left;
		 		color: #000000; }
		 		
.small70left { font-size: 80%;
				text-align: left;
		 		color: #333366; }
		 		
/* These increase the font size, used for example in Indexes for alphabet headers. */
		 		
.largefontblue { font-size: 120%;
			 	test-align: left;
			 	color: #333366;
			 	font-weight: bold;
			 	 }

.largess	{   font-size: 120%;
				font-family: Verdana, Arial, Helvetical, sans-serif;
				font-weight: regular;
				color: #333366; }
		 
/* .smallfont was intended for bulleted lists that need to be smaller. */
		 
.smallfont 	{ font-size: 80%;
		 	color: #000000; }
		 	
.smallfontcell1 	{ font-size: 90%;
		 	color: #000000; }
		 	
.smallfontcell2 	{ font-size: 80%;
		 	color: #000000; }

.smallfontbold 	{ font-size: 70%;
		 	color: #000000; font-weight: bold; }

/* .blue is for the blue text needed in header section of article */

.blue	{ color: #333366; }

.blue-space	{ margin-bottom: 12pt; color: #333366; }

/* .menu is for the navigation table with links to turn them blue and turn off the underscore. */

.menu	{ color: #333366;
		font-family: Verdana, Arial, Helvetical, sans-serif;
		font-size: 75%;
		text-decoration: none;
		font-weight: bold;
		}

/* .citation, .box and .box-bold are for the text in the blue box in the book review. */


.citation { font-size: 60%;
		 font-weight: bold;
		 text-align: center;
		 color: #000000; }
		 
.box	{ font-size: 70%;
		  color: #000000; }
			
.box-bold	{ font-size: 70%;
			  font-weight: bold;
			  color: #000000; }
