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

	
#intro    {
	font-size: 120%;
	line-height: 110%;
}
#contents {
	font-size: 115%;
	line-height: 110%;
}	
#specs    {
	font-size: 110%;
	line-height: 110%;
}	
#blurb    {font-size:115%; color:#990000;}

.ulcolor {color:#FF0000; text-decoration:underline;}
.center {text-align:center;}
.bold {font-weight:bold;}
.boldital {font-weight:bold; font-style:italic;}
	

