﻿/** G-Books Custom CSS   2008-04-14  
 * CSS Stylesheet for Catalog Contents Displayed Out of Database
 */
body {
	margin: 0;
	font-family: calibri, Arial , helvetica, sans-serif;
	font-size: 1.0em; /*Needs to be 1.0em to match main stylesheet; adjust font sizes below in specific styles*/
	color: #000000;
	line-height: 1.2em;
	}

	
#intro    {
	font-size: 1.0em;
	line-height: 1.2em;
}
#contents {
	font-size: 1.0em;
	line-height: 1.2em;
}	
#specs    {
	font-size: 1.0em;
	line-height: 1.2em;
}
#blurb    {font-size:1.0em; color:#990000;}

#note {
	font-size: 1.2em;
	line-height: 1.35em;
	font-weight: bold;
	font-style: normal;
	color: #0000FF;
}
.ulcolor {color:#FF0000; text-decoration:underline;}
.center {text-align:center;}
.bold {font-weight:bold;}
.boldital {font-weight:bold; font-style:italic;}
	

	


