/* Dunstable Style Sheet */
/* by Eric C. Smith         */
/* Blackroot Ent.             */

/*  General Document Style  */
	BODY		{font-family: Verdana, Arial, Helvetica, san-serif;
			  font-size: 12px;
			  margin-left:  15px;
			  margin-right:  15px;
			  margin-top:  15px;
			  margin-bottom:  15px}

/*  HREF Link Styles  */
	A:link		{text-decoration: none}
	A:visited	{text-decoration: none}
	A:active	{text-decoration: none}
	A:hover	{font-weight: bold;
			  text-decoration: underline}

/*  Header Tag Styles  */
	H1		{font-weight: bold;
			  font-size: 24px}

	H2		{font-weight: bold;
			  font-size: 20px}

	H3		{font-weight: bold;
			  font-size: 18px}

	H4		{font-weight: bold;
			  font-size: 14px}

	H5		{font-weight: bold;
			  font-size: 12px}

	H6		{font-weight: bold;
			  font-size: 9px}

/*  Other Tag Styles  */
	P		{text-indent: 2em}  /*  Paragraph Indention  */

	UL		{font-size: 10px;
			  font-family: Verdana, Arial, Hevetica, san-serif}

	OL		{font-size: 10px;
			  font-family: Verdana, Arial, Hevetica, san-serif}

