/*
Library Style Page
copyright © 2004,2006 by Advocates for Children in Therapy, Inc.
created by Larry Sarner
version 1.1 (4 April 2006)
*/

@import url(../mainstyle.css) all;

/*################ Paragraph Styles ################*/

p {
	color: black;
	font-size: 14pt;
	text-align: justify;
	margin-top: 0;
	margin-bottom: 14pt
	}

blockquote { font-size: 12pt }

/*################ List Styles ################*/

ul li { margin-bottom: 8pt }

