/*
		Here we have an example collection of CSS statements
	
		Copyright 2003 Adobe Systems Incorporated.
*/

	body		 { color: black }
	p			{ }

	a			  { color: black; text-decoration: none }
	a:link		 { }
	a:visited	 { }
	a:hover		 { color: red; font-weight: bold }
	a:active	{ color: red }

	div			{ }
	span		{ }
	
	td			{ }
	table		{ }

	h1			{ font-weight: bold; font-size: 2em; margin: 0.67em 0px }
	h2			{ font-weight: bold; font-size: 1.5em; margin: 0.83em 0px }
	h3			{ font-weight: bold; font-size: 1.17em; margin: 1em 0px }
	h4			{ font-weight: bold; margin: 1.33em 0px }
	h5			{ font-weight: bold; font-size: 0.83em; margin: 1.67em 0px }
	h6			{ font-weight: bold; font-size: 0.67em; margin: 2.33em 0px }

	ol			{ margin: 1em 0px 1em 40px; list-style-type: decimal }
	ol ol		{ margin-top: 0px; margin-bottom: 0px }
	ol ul		{ margin-top: 0px; margin-bottom: 0px }

	ul			{ margin: 1em 0px 1em 40px; list-style-type: disc }
	ul ol		{ margin-top: 0px; margin-bottom: 0px }
	ul ul		{ margin-top: 0px; margin-bottom: 0px }
