/*
Ashley's style-sheet
*/

BODY
	{
	text-align:		left;
	color:			black;
	background:		white;
/*	background:		#EEE8E8	url(fire.jpeg) center no-repeat fixed; */
	border-width:	thin;
	padding:		20pt;
	}

DIV.margin
	{
	padding-left:	30pt;
	}

STRONG
/* this needs to be specified to work around an I.E. bug. */
	{
	font-weight:	bold;
	}

EM
	{
	font-style:		italic;
	}

/*
A:LINK
	{
	color:			#609;
	}

A:VISITED
	{
	color:			#303;
	}

A.external:LINK
	{
	color:			#00C;
	}

A.external:VISITED
	{
	color:			#006;
	}
*/

H1
	{
	text-align:		center;
	margin-top:		3pt;
	margin-bottom:	12pt;
	font-family:	"Comic Sans MS", "Comic Sans", Geneva, Verdana, Helvetica, Arial, sans-serif;
/*	font-family:	"Stempel Garamond", "Times New Roman", Times, Palatino, serif;	*/
/*	font-family:	"Times New Roman", Times, Palatino, serif;	*/
	font-size: 		200%;
	font-weight:	medium;
/*	font-variant:	small-caps; */
	}

H2
	{
	font-family:	"Comic Sans MS", "Comic Sans", Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size:		150%;
	font-weight:	medium;
	}

H3
	{
	font-family:	"Comic Sans MS", "Comic Sans", Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size:		133%;
	font-weight:	bold;
	}
