/*
	Hawthorne in Salem Style Sheet
	BH - 30Sep2000 - Original

  This should be included with the following tag.
     <LINK rel=stylesheet type="text/css" href="/Literature.css">

Styles:
  body - for global attributes
  emphisis
  bold
  normal
  subtitle - useing <H6> tag
  title
  header1
  header2
  list - definitions
  list - unordered
  PictureTitle
  PictureCaption
  PictureAttribution
  Excerpt
  ExcerptDesc
*/
BODY	{font-family: Verdena, Ariel, Helvetica, sans-serif; font-size:12;
	 background:#666666}
/* abbreviated font format {font: style size/height family1, family2 } */
EM	{}
/* normal is 400 , bold is 700 */
B	{font-weight:500}
/* Title and Subtitle */
TITLE	{}
H6	{}
/* Heading and Sub Headings */
H1	{font-size:16; font-weight:bold; text-align:left}
H2	{font-size:14; font-weight:bold; text-align:left}
H3	{font-size:15; font-weight:bold; text-align:left}
DL	{}
DT	{}
DD	{}
UL	{}
LI	{font-weight:normal}
LI LI	{font-weight:normal}
/* Classes for pictures and excerpts */
/* Used with <span class="name"></span> 
BLOCKQUOTE	{}
.BLOCKQUOTEDESC	{}
*/
.PICTITLE	{font-size:11pt; text-align:left;}
.PICCAPTION	{font-size:10pt; text-align:left;}
.PICATTRIB	{font-size:8pt; text-align:left;}
.ATTRIB	{font-size:6pt;}
.AUTHOR	{font-size:8pt;}

