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

	body		{ color: black; background-color: white }
	p			 { color: #fff; font-size: 10pt; font-family: Arial; font-style: normal; font-weight: lighter; line-height: 17pt; margin: 0 }

	a			{ color: blue; text-decoration: underline }
	a:link		{ color: blue }
	a:visited	{ color: purple }
	a:hover		{ color: purple }
	a:active	{ color: red }
h1			 { color: #e4be12; font-size: 9pt; font-family: Arial; font-weight: bold; letter-spacing: 1pt; margin: 0 0 6pt }
	h2			  { color: #999; font-size: 8pt; font-family: Arial; font-weight: normal; letter-spacing: 1pt; margin: 7pt 0 3pt }
	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 }
