/* Global styles */

BODY {
	background: url("images/weave_light.gif")
	margin-left: .5in; 
	margin-right: .5in
}

HR { margin-top: 2ex; 
	margin-bottom: 2ex; 
	width: 25%; 
	text-align: center }

/* vertical-align:	baseline | sub | super | top | text-top | middle | bottom | text-bottom | <percentage> | <length> | inherit */
/* text-align:   	left | right | center | justify | <string> | inherit 	*/

OL, UL {
	margin-top: 0px;
	margin-bottom: 12px;
}

TR {
	text-align: left;
	vertical-align: top
}

TD {
	text-align: left;
	vertical-align: top
}

/* General purpose styles */

.spoken,
.handwritten { 
	position: relative; 
	margin-right: .5in; 
	margin-left:  .5in;
	margin-top: 12px; 
	margin-bottom: 12px;
	indent: 0in; 
	color: green; 
	font-family: "Comic Sans MS", Arial, sans-serif; 
	font-style: italic
 }

.new {
	background: lightgrey
}

.date { text-indent: 0in; 
	font-family: Arial, sans-serif; 
	color: green; 
	font-weight: bold; 
	font-size: smaller; 
	margin-top: 0px; 
	margin-bottom: 0px 
}

/* Tag specific styles */

font.notes { color: green; 
	font-family: Arial, sans-serif; 
	font-size: smaller }

DT.term { font-weight: bold;
	margin-top: 12px; 
	margin-bottom: 0px 
}

DT.season { font-weight: bold;
	margin-left:  .25in;
	margin-top: 6px; 
	margin-bottom: 0px 
}

H1 { font-weight: bold; 
     text-align: center; 
     margin-bottom: 0px } 
H2 { font-weight: bold } 
H3 { font-weight: bold } 
H4 { font-size: 12pt; 
     font-weight: normal } 

P  { text-indent: 0px; 
     margin-top: 0px; 
     margin-bottom: 12px }
P.intro {
	text-indent: 1px;
	}
P.intro:first-letter {
	font-size: 250%;
	font-weight: bold;
	float: left;
	width: 2em; }
P.letter {
	text-align: center; 
	text-indent: 0in; 
	font-weight: bold; 
	font-size: large; 
	color: green; 
	margin-top: 12px; 
	margin-bottom: 12px }
P.characters { 
	text-indent: 0in; 
	font-family: Arial, sans-serif; 
	color: green; 
	font-weight: bold; 
	margin-top: 0px; 
	margin-bottom: 12px }
P.dateline { text-indent: 0in; 
	font-family: Arial, sans-serif; 
	color: green; 
	font-weight: bold; 
	font-size: smaller; 
	margin-top: 0px; 
	margin-bottom: 0px }
P.noindent { text-indent: 0in; 
	margin-top: 0px; 
	margin-bottom: 0px }
P.notes { color: green; 
	font-family: Arial, sans-serif; 
	font-size: smaller; 
	margin-top: 0px; 
	margin-bottom: 0px }
P.copyright { 
	text-align: center;
	font-family: Arial, sans-serif; 
	font-size: smaller; 
	margin-top: 0px; 
	margin-bottom: 0px }


PRE.handwritten {
	font-size: smaller; 
	font-family: "Comic Sans MS", Arial, sans-serif; 
	font-style: italic
}

TD.date {
	font-weight: bold
}

TD.year {
	text-align: center;
	font-weight: bold
}

TD.number {
	text-align: right;
	vertical-align: top
}

/* link styles  -- FOR FUTURE USE 
a:link
	{
	color: #ff0000;
	text-decoration: none
	}

a:visited   
	{ 
	color: #0000ff; 
	text-decoration: none
	}

a:hover
	{
	text-decoration: underline;
	}

*/